PHPCSUtils 1.0.11

TestMarkerNotFound extends OutOfBoundsException
in package

FinalYes

Exception thrown when a delimiter comment can not be found in a test case file.

Tags
since
1.0.0

Table of Contents

Methods

create()  : TestMarkerNotFound
Create a new "test marker not found" exception with a standardized text.

Methods

create()

Create a new "test marker not found" exception with a standardized text.

public static create(string $marker, string $file) : TestMarkerNotFound
Parameters
$marker : string

The delimiter comment.

$file : string

The file in which the delimiter was not found.

Tags
since
1.0.0
Return values
TestMarkerNotFound

        
On this page

Search results