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

Class: PHPUnit2_Runner_IncludePathTestCollector

Source Location: /PHPUnit2-2.2.1/Runner/IncludePathTestCollector.php

Class Overview


An implementation of a TestCollector that consults the include path set in the php.ini.


Author(s):

Copyright:

  • Copyright &copy; 2002-2005 Sebastian Bergmann <sb@sebastian-bergmann.de>

Methods


Inherited Variables

Inherited Methods


Class Details

[line 89]
An implementation of a TestCollector that consults the include path set in the php.ini.


[ Top ]


Method Detail

collectTests   [line 96]

array collectTests( )

  • Access: public

[ Top ]

isTestClass   [line 140]

boolean isTestClass( string $classFileName)

Considers a file to contain a test class when it contains the pattern "Test" in its name and its name ends with ".php".
  • Access: protected

Parameters:

string   $classFileName   — 

[ Top ]


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