mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正
This commit is contained in:
@@ -130,7 +130,7 @@ class viewTest extends \PHPUnit_Framework_TestCase
|
||||
} else {
|
||||
$expect_data = __DIR__ . DS . 'default' . DS . 'template.html';
|
||||
}
|
||||
$this->assertEquals($expect_data, $method->invoke($view_instance, 'template_name'));
|
||||
$this->assertEquals($expect_data, $method->invoke($view_instance, 'template'));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user