Skip to content

Instantly share code, notes, and snippets.

@greg606
Created August 16, 2010 20:58
Show Gist options
  • Save greg606/527721 to your computer and use it in GitHub Desktop.
Save greg606/527721 to your computer and use it in GitHub Desktop.
<?php
class ErrorControllerTest extends ControllerTestCase {
public function testErrorAction() {
$this->dispatch ( '/eee/eee' );
//$this->assertController ( 'error' );
//$this->assertAction ( 'error' );
//$this->assertModule ( 'default' );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment