mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Disable 'extends' test
This commit is contained in:
parent
cdc10d07e8
commit
bf6d2231f4
@ -775,7 +775,7 @@ class TemplateTest extends \PHPUnit_Framework_TestCase {
|
||||
/**
|
||||
* @group extends
|
||||
*/
|
||||
public function testExtends() {
|
||||
public function ___testExtends() {
|
||||
echo(self::$aspect->getTemplate("child1.tpl")->getBody()); exit;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user