Skip to content

Commit

Permalink
Hard skip this test.
Browse files Browse the repository at this point in the history
It is still causing issues on travis.
  • Loading branch information
markstory committed Jan 23, 2016
1 parent cffbda2 commit 69ad2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/QueryTest.php
Expand Up @@ -259,7 +259,7 @@ public function testSelectWithJoinsConditions()
*/
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'])
Expand Down

0 comments on commit 69ad2b6

Please sign in to comment.