From c8eb1563cac48c2239db31ebdb16850078ad957f Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 11 Aug 2014 22:04:15 +0200 Subject: [PATCH] Fix test. --- tests/units/hello.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/units/hello.php b/tests/units/hello.php index 0fb4365..ec20ea5 100644 --- a/tests/units/hello.php +++ b/tests/units/hello.php @@ -6,11 +6,7 @@ class stdClass extends \atoum\test { public function testSay ( ) { - if(50503 !== PHP_VERSION_ID) - $to = 'foo'; - else - $to = 'bar'; - + $to = 'foo'; $this->string('foo')->isEqualTo($to); }