change to the right url for container
This commit is contained in:
parent
78e0f0b7c2
commit
ed95a1cd74
@ -28,7 +28,7 @@ class Node_Table_Container_Test extends PHPUnit_Framework_TestCase
|
||||
$parent->links
|
||||
);
|
||||
$this->assertContains(
|
||||
'sql.php',
|
||||
'db_structure.php',
|
||||
$parent->links['text']
|
||||
);
|
||||
$this->assertEquals('tables', $parent->real_name);
|
||||
|
||||
@ -28,7 +28,7 @@ class Node_View_Container_Test extends PHPUnit_Framework_TestCase
|
||||
$parent->links
|
||||
);
|
||||
$this->assertContains(
|
||||
'sql.php',
|
||||
'db_structure.php',
|
||||
$parent->links['text']
|
||||
);
|
||||
$this->assertEquals('views', $parent->real_name);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user