Alcaeus\MongoDbAdapter\Tests\TestCase::skipTestIf PHP Method

skipTestIf() protected method

protected skipTestIf ( boolean $condition )
$condition boolean
    protected function skipTestIf($condition)
    {
        if ($condition) {
            $this->markTestSkipped('Test only applies when running against mongo-php-adapter');
        }
    }