From e3abc3a2854ef0b73f2c0fce888a326af9eb6277 Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Fri, 5 Dec 2014 11:48:55 +0100 Subject: [PATCH] remove skip on travis --- test/ActiveRecordFindTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/ActiveRecordFindTest.php b/test/ActiveRecordFindTest.php index 37c2ecd1f..837f5c1aa 100644 --- a/test/ActiveRecordFindTest.php +++ b/test/ActiveRecordFindTest.php @@ -460,11 +460,6 @@ public function test_find_by_pk_should_not_use_limit() public function test_find_by_datetime() { - if ( getenv('TRAVIS') ) $this->markTestSkipped( - 'The Travis CI environment seems to screw this up for unknonwn reasons; ' . - 'see Github #298 (https://github.com/kla/php-activerecord/issues/298)' - ); - $now = new DateTime(); $arnow = new ActiveRecord\DateTime(); $arnow->setTimestamp($now->getTimestamp());