diff --git a/test/ServiceLocatorAwareTraitTest.php b/test/ServiceLocatorAwareTraitTest.php index 3dd4e1dc..b7e4fc94 100644 --- a/test/ServiceLocatorAwareTraitTest.php +++ b/test/ServiceLocatorAwareTraitTest.php @@ -9,8 +9,8 @@ namespace ZendTest\ServiceManager; -use \PHPUnit_Framework_TestCase as TestCase; -use \Zend\ServiceManager\ServiceManager; +use PHPUnit_Framework_TestCase as TestCase; +use Zend\ServiceManager\ServiceManager; /** * @requires PHP 5.4