Scalr\Tests\TestCase::runTest PHP Method

runTest() protected method

See also: PHPUnit_Framework_TestCase::runTest()
protected runTest ( )
    protected function runTest()
    {
        if (isset($this->getAnnotations()['method']['functional']) && static::isSkippedFunctionalTest()) {
            $this->markTestSkipped();
        }
        return parent::runTest();
    }