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

Commit

Permalink
Adding @group annotation for tests introduced in zendframework/zend…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Apr 3, 2014
1 parent 97532bf commit e9d1799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Di/DiAbstractServiceFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ public function testConstructor()
$this->assertInstanceOf('Zend\ServiceManager\Di\DiAbstractServiceFactory', $instance);
}


/**
* @group 6021
*
* @covers Zend\ServiceManager\Di\DiAbstractServiceFactory::createServiceWithName
* @covers Zend\ServiceManager\Di\DiAbstractServiceFactory::get
*/
Expand Down

0 comments on commit e9d1799

Please sign in to comment.