mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
✅ Twig tests not executed
This commit is contained in:
@@ -23,6 +23,7 @@ class TwigTest extends ItopDataTestCase
|
||||
*/
|
||||
public function testTemplate($sFileName, $sExpected)
|
||||
{
|
||||
$this->expectNotToPerformAssertions();
|
||||
$sId = 'TestTwig';
|
||||
$oAppExtension = new AppExtension();
|
||||
|
||||
@@ -42,7 +43,7 @@ class TwigTest extends ItopDataTestCase
|
||||
}
|
||||
}
|
||||
|
||||
public static function testTemplateProvider()
|
||||
public static function TemplateProvider()
|
||||
{
|
||||
$aReturn = array();
|
||||
$aReturn['filter_system'] = [
|
||||
|
||||
Reference in New Issue
Block a user