PHP Класс PhpBench\Tests\Unit\Formatter\ClassLoaderTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

setUp() публичный Метод

public setUp ( )

testInvalidJson() публичный Метод

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

testLoadClassFile() публичный Метод

It should load a class fiel.
public testLoadClassFile ( )

testNotExist() публичный Метод

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