PHP Class PhpBench\Tests\Unit\Formatter\ClassLoaderTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
setUp ( )
testInvalidJson ( ) It should throw an exception if invalid json is given.
testLoadClassFile ( ) It should load a class fiel.
testNotExist ( ) It should throw an exception if the file does not exist.

Method Details

setUp() public méthode

public setUp ( )

testInvalidJson() public méthode

It should throw an exception if invalid json is given.
public testInvalidJson ( )

testLoadClassFile() public méthode

It should load a class fiel.
public testLoadClassFile ( )

testNotExist() public méthode

It should throw an exception if the file does not exist.
public testNotExist ( )