Scalr\Tests\WebTestCase::markTestSkippedIfFunctionalTestsDisabled PHP Method

markTestSkippedIfFunctionalTestsDisabled() protected method

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