mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 23:52:49 +08:00
修正
This commit is contained in:
@@ -130,7 +130,7 @@ class viewTest extends \PHPUnit_Framework_TestCase
|
|||||||
} else {
|
} else {
|
||||||
$expect_data = __DIR__ . DS . 'default' . DS . 'template.html';
|
$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