Scalr\Tests\TestCase::runTest PHP Метод

runTest() защищенный Метод

См. также: PHPUnit_Framework_TestCase::runTest()
protected runTest ( )
    protected function runTest()
    {
        if (isset($this->getAnnotations()['method']['functional']) && static::isSkippedFunctionalTest()) {
            $this->markTestSkipped();
        }
        return parent::runTest();
    }