StackFormation\Tests\BlueprintGetParameterTest::basePathNotSet PHP Метод

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

public basePathNotSet ( )
    public function basePathNotSet()
    {
        $this->setExpectedException('Exception', "No basepath set");
        $blueprint = $this->getMockedBlueprint([]);
        $blueprint->getBasePath();
    }