Commit 849740e6 by Carsten Brandt

Fixed YiiBaseTest echo

it echoed Yii version which is not necessary
parent ad26b7d3
...@@ -47,7 +47,6 @@ class YiiBaseTest extends TestCase ...@@ -47,7 +47,6 @@ class YiiBaseTest extends TestCase
public function testGetVersion() public function testGetVersion()
{ {
echo Yii::getVersion();
$this->assertTrue((boolean)preg_match('~\d+\.\d+(?:\.\d+)?(?:-\w+)?~', \Yii::getVersion())); $this->assertTrue((boolean)preg_match('~\d+\.\d+(?:\.\d+)?(?:-\w+)?~', \Yii::getVersion()));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment