mirror of
https://github.com/smarty-php/smarty.git
synced 2026-07-08 09:20:45 +02:00
Remove incomplete test cases for usesCompiler across multiple test files
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user