CorujaDebugTest Class Reference

Inheritance diagram for CorujaDebugTest:

PHPUnit_Extensions_OutputTestCase

List of all members.

Public Member Functions

 testDebug ()
 testDebugWithExitTrue ()

Protected Member Functions

 setUp ()
 tearDown ()


Detailed Description

Test class for CorujaDebug. Generated by PHPUnit on 2008-10-23 at 21:41:23.

Definition at line 10 of file CorujaDebugTest.php.


Member Function Documentation

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.

00020     {
00021     }

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.

00030     {
00031     }

testDebug (  ) 

Todo:
Implement 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     }


The documentation for this class was generated from the following file:

Generated on Thu Feb 3 03:55:03 2011 for CodeToDiagram by  doxygen 1.5.9