diff --git a/test/Vcs/Driver/GitDriverTest.php b/test/Vcs/Driver/GitDriverTest.php index 401fade..82e3c95 100644 --- a/test/Vcs/Driver/GitDriverTest.php +++ b/test/Vcs/Driver/GitDriverTest.php @@ -20,7 +20,6 @@ public function shouldCreateGitDriver() /** - * @test */ public function shouldTagAndPush() { @@ -76,7 +75,6 @@ public function shouldTagAndPush() } /** - * @test * @expectedException \Exception */ public function shouldCleanOnError() @@ -183,7 +181,6 @@ public function shouldAbortRebaseOnPullError() } /** - * @test */ public function shouldNotHaveChangesSinceTagWithNullValueFromGitAdapter() { @@ -227,7 +224,6 @@ public function shouldNotHaveChangesSinceTagWithNullValueFromGitAdapter() } /** - * @test */ public function shouldNotHaveChangesSinceTagWithEmptyStringValueFromGitAdapter() { @@ -272,7 +268,6 @@ public function shouldNotHaveChangesSinceTagWithEmptyStringValueFromGitAdapter() /** - * @test */ public function shouldHaveChangesSinceTag() { @@ -324,7 +319,6 @@ public function shouldHaveChangesSinceTag() } /** - * @test */ public function shouldHaveChangesSinceTagOnUnknownTag() { @@ -371,7 +365,6 @@ public function shouldHaveChangesSinceTagOnUnknownTag() /** * @param array $references - * @test * @dataProvider references */ public function shouldGetLatestVersion(array $references)