Testing_DocTest
[ class tree: Testing_DocTest ] [ index: Testing_DocTest ] [ all elements ]

Class: Testing_DocTest_Outputter_Default

Source Location: /Testing_DocTest-0.3.0/DocTest/Outputter/Default.php

Class Overview


DocTest Outputter default class.


Author(s):

Version:

  • Release: 0.3.0

Copyright:

  • 2008 David JEAN LOUIS

Methods


Inherited Variables

Inherited Methods


Class Details

[line 42]
DocTest Outputter default class.


[ Top ]


Method Detail

__construct (Constructor)   [line 70]

Testing_DocTest_Outputter_Default __construct( )

Constructor.
  • Access: public

[ Top ]

__destruct (Destructor)   [line 89]

void __destruct( )

Destructor.

Will eventually close the opened logfile.

  • Access: public

[ Top ]

begin   [line 107]

void begin( array $files)

Begin of the DocTest session.
  • Access: public

Parameters:

array   $files   —  a multidimensional array of file=>testcase array

[ Top ]

beginFile   [line 163]

void beginFile( string $file, array $testCaseArray)

Begin of file parsing.
  • Access: public

Parameters:

string   $file   —  path to the file that will be processed
array   $testCaseArray   —  an array of test case instances

[ Top ]

beginTestCase   [line 194]

void beginTestCase( Testing_DocTest_TestCase $testCase)

Begin of test case parsing.
  • Access: public

Parameters:

object   $testCase   —  a test case instance

[ Top ]

end   [line 125]

void end( array $files)

End of the DocTest session.
  • Access: public

Parameters:

array   $files   —  a multidimensional array of file=>testcase array

[ Top ]

endFile   [line 179]

void endFile( string $file, array $testCaseArray)

End of file parsing.
  • Access: public

Parameters:

string   $file   —  path to the file that will be processed
array   $testCaseArray   —  an array of test case instances

[ Top ]

endTestCase   [line 209]

void endTestCase( Testing_DocTest_TestCase $testCase)

End of test case parsing.
  • Access: public

Parameters:

object   $testCase   —  a test case instance

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:18:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.