PHP Class PhpBench\Tests\Unit\Formatter\ClassLoaderTest

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: dantleech/phpbench

Public Methods

Method 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 method

public setUp ( )

testInvalidJson() public method

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

testLoadClassFile() public method

It should load a class fiel.
public testLoadClassFile ( )

testNotExist() public method

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