redirectUrl = $url; } } class FileIdentifiersControllerTestCase extends CakeTestCase { var $fixtures = array('app.file_identifier', 'app.translation_file', 'app.language', 'app.identifier', 'app.translation', 'app.user', 'app.vote'); function startTest() { $this->FileIdentifiers =& new TestFileIdentifiersController(); $this->FileIdentifiers->constructClasses(); } function endTest() { unset($this->FileIdentifiers); ClassRegistry::flush(); } function testIndex() { } function testView() { } function testAdd() { } function testEdit() { } function testDelete() { } function testAdminIndex() { } function testAdminView() { } function testAdminAdd() { } function testAdminEdit() { } function testAdminDelete() { } }