Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4064 from Spalax/ZF2-CoverIssue
Browse files Browse the repository at this point in the history
Fixed issue with invalid @cover annotations, pointed to not existed class

Conflicts:
	tests/ZendTest/Navigation/ServiceFactoryTest.php
  • Loading branch information
weierophinney committed Mar 28, 2013
2 parents 5c69097 + 28c176c commit 58a0ba2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/ZendTest/Navigation/ServiceFactoryTest.php
Expand Up @@ -103,7 +103,7 @@ protected function tearDown()
}

/**
* @covers \Zend\Navigation\MvcNavigationFactory
* @covers \Zend\Navigation\Service\AbstractNavigationFactory
*/
public function testDefaultFactoryAcceptsFileString()
{
Expand All @@ -112,7 +112,7 @@ public function testDefaultFactoryAcceptsFileString()
}

/**
* @covers \Zend\Navigation\MvcNavigationFactory
* @covers \Zend\Navigation\Service\DefaultNavigationFactory
*/
public function testMvcPagesGetInjectedWithComponents()
{
Expand Down Expand Up @@ -182,7 +182,7 @@ public function testMvcPagesGetInjectedWithComponentsInConstructedNavigationFact
}

/**
* @covers \Zend\Navigation\MvcNavigationFactory
* @covers \Zend\Navigation\Service\DefaultNavigationFactory
*/
public function testDefaultFactory()
{
Expand All @@ -193,7 +193,7 @@ public function testDefaultFactory()
}

/**
* @covers \Zend\Navigation\MvcNavigationFactory
* @covers \Zend\Navigation\Service\ConstructedNavigationFactory
*/
public function testConstructedFromArray()
{
Expand All @@ -220,7 +220,7 @@ public function testConstructedFromArray()
}

/**
* @covers \Zend\Navigation\MvcNavigationFactory
* @covers \Zend\Navigation\Service\ConstructedNavigationFactory
*/
public function testConstructedFromFileString()
{
Expand All @@ -233,7 +233,7 @@ public function testConstructedFromFileString()
}

/**
* @covers \Zend\Navigation\MvcNavigationFactory
* @covers \Zend\Navigation\Service\ConstructedNavigationFactory
*/
public function testConstructedFromConfig()
{
Expand Down

0 comments on commit 58a0ba2

Please sign in to comment.