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

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

public getBasePath ( )
    public function getBasePath()
    {
        $blueprint = $this->getMockedBlueprint(['basepath' => FIXTURE_ROOT . 'Config']);
        $basePath = $blueprint->getBasePath();
        $this->assertEquals(FIXTURE_ROOT . 'Config', $basePath);
    }