Skip to content

Commit

Permalink
zendframework#7095 - removing useless require annotations: already de…
Browse files Browse the repository at this point in the history
…fined in `composer.json`
  • Loading branch information
Ocramius committed Jan 12, 2015
1 parent e96f592 commit 94694a4
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 30 deletions.
3 changes: 0 additions & 3 deletions tests/ZendTest/EventManager/EventManagerAwareTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
use PHPUnit_Framework_TestCase as TestCase;
use Zend\EventManager\EventManager;

/**
* @requires PHP 5.4
*/
class EventManagerAwareTraitTest extends TestCase
{
public function testSetEventManager()
Expand Down
3 changes: 0 additions & 3 deletions tests/ZendTest/EventManager/ListenerAggregateTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

use ZendTest\EventManager\TestAsset\MockListenerAggregateTrait;

/**
* @requires PHP 5.4
*/
class ListenerAggregateTraitTest extends \PHPUnit_Framework_TestCase
{
/**
Expand Down
3 changes: 0 additions & 3 deletions tests/ZendTest/Form/FormFactoryAwareTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
use PHPUnit_Framework_TestCase as TestCase;
use Zend\Form\Factory;

/**
* @requires PHP 5.4
*/
class FormFactoryAwareTraitTest extends TestCase
{
public function testSetFormFactory()
Expand Down
3 changes: 0 additions & 3 deletions tests/ZendTest/I18n/Translator/TranslatorAwareTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
use PHPUnit_Framework_TestCase as TestCase;
use Zend\I18n\Translator\Translator;

/**
* @requires PHP 5.4
*/
class TranslatorAwareTraitTest extends TestCase
{
public function testSetTranslator()
Expand Down
3 changes: 0 additions & 3 deletions tests/ZendTest/InputFilter/InputFilterAwareTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
use PHPUnit_Framework_TestCase as TestCase;
use Zend\InputFilter\InputFilter;

/**
* @requires PHP 5.4
*/
class InputFilterAwareTraitTest extends TestCase
{
public function testSetInputFilter()
Expand Down
2 changes: 0 additions & 2 deletions tests/ZendTest/Json/TestAsset/JsonSerializableBuiltinImpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

/**
* Implementation of the built-in JsonSerializable interface.
*
* This asset will not work in PHP <5.4.0.
*/
class JsonSerializableBuiltinImpl implements JsonSerializable
{
Expand Down
3 changes: 0 additions & 3 deletions tests/ZendTest/Log/LoggerAwareTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
use PHPUnit_Framework_TestCase as TestCase;
use Zend\Log\Logger;

/**
* @requires PHP 5.4
*/
class LoggerAwareTraitTest extends TestCase
{
public function testSetLogger()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

use PHPUnit_Framework_TestCase as TestCase;

/**
* @requires PHP 5.4.0
*/
class MutableCreationOptionsTraitTest extends TestCase
{
protected $stub;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Zend\ServiceManager\ServiceManager;

/**
* @requires PHP 5.4
* @group Zend_ServiceManager
*/
class ServiceLocatorAwareTraitTest extends TestCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Zend\Stdlib\ArrayObject;

/**
* @requires PHP 5.4
* @covers Zend\Stdlib\Guard\ArrayOrTraversableGuardTrait
*/
class ArrayOrTraversableGuardTraitTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/ZendTest/Stdlib/Guard/EmptyGuardTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use ZendTest\Stdlib\TestAsset\GuardedObject;

/**
* @requires PHP 5.4
* @covers Zend\Stdlib\Guard\EmptyGuardTrait
*/
class EmptyGuardTraitTest extends TestCase
Expand Down
1 change: 0 additions & 1 deletion tests/ZendTest/Stdlib/Guard/NullGuardTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use ZendTest\Stdlib\TestAsset\GuardedObject;

/**
* @requires PHP 5.4
* @covers Zend\Stdlib\Guard\NullGuardTrait
*/
class NullGuardTraitTest extends TestCase
Expand Down
3 changes: 0 additions & 3 deletions tests/ZendTest/Stdlib/Hydrator/HydratorAwareTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@

use PHPUnit_Framework_TestCase as TestCase;

/**
* @requires PHP 5.4
*/
class HydratorAwareTraitTest extends TestCase
{
public function testSetHydrator()
Expand Down

0 comments on commit 94694a4

Please sign in to comment.