Platformsh\Cli\Tests\Toolstack\VanillaTest::testBuildVanilla PHP Метод

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

public testBuildVanilla ( )
    public function testBuildVanilla()
    {
        $projectRoot = $this->assertBuildSucceeds('tests/data/apps/vanilla');
        $webRoot = $projectRoot . '/' . self::$config->get('local.web_root');
        $this->assertFileExists($webRoot . '/index.html');
    }