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

Commit

Permalink
Merge branch 'feature/docblock-simplification' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
6 changes: 0 additions & 6 deletions src/PHPUnit/Controller/AbstractConsoleControllerTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Test
*/
namespace Zend\Test\PHPUnit\Controller;

use PHPUnit_Framework_ExpectationFailedException;

/**
* @category Zend
* @package Zend_Test
* @subpackage PHPUnit
*/
abstract class AbstractConsoleControllerTestCase extends AbstractControllerTestCase
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/PHPUnit/Controller/AbstractControllerTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Test
*/
namespace Zend\Test\PHPUnit\Controller;

Expand All @@ -22,11 +21,6 @@
use Zend\Uri\Http as HttpUri;
use Zend\View\Helper\Placeholder;

/**
* @category Zend
* @package Zend_Test
* @subpackage PHPUnit
*/
abstract class AbstractControllerTestCase extends PHPUnit_Framework_TestCase
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/PHPUnit/Controller/AbstractHttpControllerTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Test
*/
namespace Zend\Test\PHPUnit\Controller;

use PHPUnit_Framework_ExpectationFailedException;
use Zend\Dom;

/**
* @category Zend
* @package Zend_Test
* @subpackage PHPUnit
*/
abstract class AbstractHttpControllerTestCase extends AbstractControllerTestCase
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/PHPUnit/Mvc/Service/RouterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Test
*/
namespace Zend\Test\PHPUnit\Mvc\Service;

use Zend\Mvc\Router\Http\TreeRouteStack as HttpRouter;
use Zend\ServiceManager\FactoryInterface;
use Zend\ServiceManager\ServiceLocatorInterface;

/**
* @category Zend
* @package Zend_Test
* @subpackage PHPUnit
*/
class RouterFactory implements FactoryInterface
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/PHPUnit/Mvc/Service/ServiceListenerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Test
*/
namespace Zend\Test\PHPUnit\Mvc\Service;

use Zend\Mvc\Service\ServiceListenerFactory as BaseServiceListenerFactory;

/**
* @category Zend
* @package Zend_Test
* @subpackage PHPUnit
*/
class ServiceListenerFactory extends BaseServiceListenerFactory
{
/**
Expand Down

0 comments on commit 4611daf

Please sign in to comment.