Remove incomplete test cases for usesCompiler across multiple test files

This commit is contained in:
Simon Wisselink
2026-05-03 22:19:50 +02:00
parent 3577fc7091
commit 6e648ed809
6 changed files with 43 additions and 75 deletions
@@ -73,15 +73,6 @@ class StringResourceTest extends PHPUnit_Smarty
$this->assertEquals('hello world{$foo}', $tpl->getSource()->getContent());
}
/**
* test usesCompiler
*/
public function testUsesCompiler()
{
$tpl = $this->smarty->createTemplate('string:hello world');
$this->markTestIncomplete();
}
/**
* test isEvaluated
*/