final class NoChildTestSuiteException extends Exception (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Properties

protected list<array{file: string, line: int, function: string}> $serializableTrace from  Exception

Methods

__construct(string $message = '', int|string $code = 0, Throwable|null $previous = null)

No description

array
__serialize()

No description

array
getSerializableTrace()

Returns the serializable trace (without 'args').

Details

__construct(string $message = '', int|string $code = 0, Throwable|null $previous = null)

No description

Parameters

string $message
int|string $code
Throwable|null $previous

array __serialize()

No description

Return Value

array

array getSerializableTrace()

Returns the serializable trace (without 'args').

Return Value

array