Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
PHPUnit_Util_Filter
PHP Class PHPUnit_Util_Filter, qcodo
See link:
http://www.phpunit.de/
Author:
Sebastian Bergmann (
[email protected]
)
Afficher le fichier
Open project: qcodo/qcodo
Class Usage Examples
Méthodes publiques
Méthode
Description
frameExists
(
array
$trace
,
string
$file
,
integer
$line
) :
boolean
getFilteredStacktrace
(
Exception
$e
,
boolean
$filterTests
= TRUE,
boolean
$asString
= TRUE ) :
string
Filters stack frames from PHPUnit classes.
Method Details
frameExists()
public
static
méthode
public
static
frameExists
(
array
$trace
,
string
$file
,
integer
$line
) :
boolean
$trace
array
$file
string
$line
integer
Résultat
boolean
getFilteredStacktrace()
public
static
méthode
Filters stack frames from PHPUnit classes.
public
static
getFilteredStacktrace
(
Exception
$e
,
boolean
$filterTests
= TRUE,
boolean
$asString
= TRUE ) :
string
$e
Exception
$filterTests
boolean
$asString
boolean
Résultat
string