Scalr\Tests\WebTestCase::markTestSkippedIfFunctionalTestsDisabled PHP Méthode

markTestSkippedIfFunctionalTestsDisabled() protected méthode

Marks test skipped if functional tests are disabled
    protected function markTestSkippedIfFunctionalTestsDisabled()
    {
        if (self::isSkippedFunctionalTest()) {
            $this->markTestSkipped();
        }
    }