
Public Member Functions | |
| testDebug () | |
| testDebugWithExitTrue () | |
Protected Member Functions | |
| setUp () | |
| tearDown () | |
Definition at line 10 of file CorujaDebugTest.php.
| setUp | ( | ) | [protected] |
Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
protected
Definition at line 19 of file CorujaDebugTest.php.
| tearDown | ( | ) | [protected] |
Tears down the fixture, for example, closes a network connection. This method is called after a test is executed.
protected
Definition at line 29 of file CorujaDebugTest.php.
| testDebug | ( | ) |
Definition at line 36 of file CorujaDebugTest.php.
00036 { 00037 00038 00039 // Remove the following lines when you implement this test. 00040 $this->markTestIncomplete( 00041 'This test has not been implemented yet.' 00042 ); 00043 }
| testDebugWithExitTrue | ( | ) |
Testing debug with the exit parameter true
Definition at line 48 of file CorujaDebugTest.php.
References CorujaDebug::debug().
00048 { 00049 00050 CorujaDebug::debug("test",true); 00051 00052 $this->expectOutputRegex("*D I E*"); 00053 00054 }
1.5.9