Dshafik\MySQL\Tests\MySqlShimTest::skipForHHVM PHP Method

skipForHHVM() protected method

protected skipForHHVM ( $condition = true )
    protected function skipForHHVM($condition = true)
    {
        if ($this->runtime->isHHVM() && $condition) {
            $this->markTestSkipped("HHVM Behavior differs from PHP");
        }
    }
MySqlShimTest