diff --git a/test/Unit/DrallTest.php b/test/Unit/DrallTest.php index 64dff70..c068bfc 100644 --- a/test/Unit/DrallTest.php +++ b/test/Unit/DrallTest.php @@ -17,14 +17,6 @@ public function testName() { $this->assertSame(Drall::NAME, $app->getName()); } - public function testVersion() { - $app = new Drall(); - $this->assertMatchesRegularExpression( - '/^\d+\.\d+.\d+(-(alpha|beta|rc)\d+)?$|^\d+\.x-dev/', - $app->getVersion(), - ); - } - public function testDefaultInputOptions() { $app = new Drall(); $options = $app->getDefinition()->getOptions();