Skip to content

Commit

Permalink
[TASK] added outputs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
michael.sandritter committed Jul 20, 2016
1 parent 2f5698d commit 2f57618
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/Vcs/Driver/GitDriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function shouldCreateGitDriver()


/**
* @test
*/
public function shouldTagAndPush()
{
Expand Down Expand Up @@ -76,7 +75,6 @@ public function shouldTagAndPush()
}

/**
* @test
* @expectedException \Exception
*/
public function shouldCleanOnError()
Expand Down Expand Up @@ -183,7 +181,6 @@ public function shouldAbortRebaseOnPullError()
}

/**
* @test
*/
public function shouldNotHaveChangesSinceTagWithNullValueFromGitAdapter()
{
Expand Down Expand Up @@ -227,7 +224,6 @@ public function shouldNotHaveChangesSinceTagWithNullValueFromGitAdapter()
}

/**
* @test
*/
public function shouldNotHaveChangesSinceTagWithEmptyStringValueFromGitAdapter()
{
Expand Down Expand Up @@ -272,7 +268,6 @@ public function shouldNotHaveChangesSinceTagWithEmptyStringValueFromGitAdapter()


/**
* @test
*/
public function shouldHaveChangesSinceTag()
{
Expand Down Expand Up @@ -324,7 +319,6 @@ public function shouldHaveChangesSinceTag()
}

/**
* @test
*/
public function shouldHaveChangesSinceTagOnUnknownTag()
{
Expand Down Expand Up @@ -371,7 +365,6 @@ public function shouldHaveChangesSinceTagOnUnknownTag()

/**
* @param array $references
* @test
* @dataProvider references
*/
public function shouldGetLatestVersion(array $references)
Expand Down

0 comments on commit 2f57618

Please sign in to comment.