Browse Source

Hard skip this test.

It is still causing issues on travis.
Mark Story 10 years ago
parent
commit
69ad2b6068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Database/QueryTest.php

+ 1 - 1
tests/TestCase/Database/QueryTest.php

@@ -259,7 +259,7 @@ class QueryTest extends TestCase
      */
     public function testSelectAliasedJoins()
     {
-        $this->skipIf(version_compare(PHP_VERSION, '5.6.0', '<'), 'This test fails on travis for older PHP.');
+        $this->markTestSkipped('This test fails on travis for older PHP.');
         $query = new Query($this->connection);
         $result = $query
             ->select(['title', 'name'])