some little changes

This commit is contained in:
Anton Grebnev
2011-11-01 19:00:57 +04:00
parent cae2ae3128
commit 61a8b4fb7e
4 changed files with 12 additions and 4 deletions

View File

@ -31,7 +31,7 @@ class LayoutTest extends PHPUnit_Framework_TestCase
if (!class_exists('RouterMock')) {
$this->getMock('Router', array(), array(), 'RouterMock', false);
}
if (!class_exists('PHPView')) {
if (!class_exists('PHPViewMock')) {
$this->getMock('PHPView', array('fetch', 'append', 'prepend', 'assign', 'getTemplate'), array(), 'PHPViewMock', false);
}