Lggr
Public Member Functions | Protected Member Functions | List of all members
PHPUnit\Runner\PhptTestCase Class Reference
Inheritance diagram for PHPUnit\Runner\PhptTestCase:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Runner\PhptTestCase:
Collaboration graph
[legend]

Public Member Functions

 __construct ($filename, $phpUtil=null)
 
 count ()
 
 run (TestResult $result=null)
 
 getName ()
 
 toString ()
 

Protected Member Functions

 parseIniSection ($content, $ini=[])
 
 parseEnvSection ($content)
 

Detailed Description

Runner for PHPT test cases.

Constructor & Destructor Documentation

◆ __construct()

PHPUnit\Runner\PhptTestCase::__construct (   $filename,
  $phpUtil = null 
)

Constructs a test case with the given filename.

Parameters
string$filename
AbstractPhpProcess$phpUtil
Exceptions
Exception

Member Function Documentation

◆ count()

PHPUnit\Runner\PhptTestCase::count ( )

Counts the number of test cases executed by run(TestResult result).

Returns
int

◆ getName()

PHPUnit\Runner\PhptTestCase::getName ( )

Returns the name of the test case.

Returns
string

◆ parseEnvSection()

PHPUnit\Runner\PhptTestCase::parseEnvSection (   $content)
protected
Parameters
string$content
Returns
array<string, string>

◆ parseIniSection()

PHPUnit\Runner\PhptTestCase::parseIniSection (   $content,
  $ini = [] 
)
protected

Parse –INI– section key value pairs and return as array.

Parameters
string|array
Returns
array

◆ run()

PHPUnit\Runner\PhptTestCase::run ( TestResult  $result = null)

Runs a test and collects its result in a TestResult instance.

Parameters
TestResult$result
Returns
TestResult

Implements PHPUnit\Framework\Test.

◆ toString()

PHPUnit\Runner\PhptTestCase::toString ( )

Returns a string representation of the test case.

Returns
string

Implements PHPUnit\Framework\SelfDescribing.


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