Browse Source

Fixed YiiBaseTest echo

it echoed Yii version which is not necessary
tags/2.0.0-alpha
Carsten Brandt 12 years ago
parent
commit
849740e6cc
  1. 1
      tests/unit/framework/YiiBaseTest.php

1
tests/unit/framework/YiiBaseTest.php

@ -47,7 +47,6 @@ class YiiBaseTest extends TestCase
public function testGetVersion()
{
echo Yii::getVersion();
$this->assertTrue((boolean)preg_match('~\d+\.\d+(?:\.\d+)?(?:-\w+)?~', \Yii::getVersion()));
}

Loading…
Cancel
Save