- Class DeepCopy\TypeFilter\Date\DateIntervalFilter
- Will be removed in 2.0. This filter will no longer be necessary in PHP 7.1+.
- Class DeepCopy\TypeFilter\Spl\SplDoublyLinkedList
- Use {
- Class phpDocumentor\Reflection\DocBlock\Tags\Factory\StaticMethod
- This contract is totally covered by Tag contract. Every class using StaticMethod also use Tag
- Member PHPUnit\Framework\Assert::assertArraySubset ($subset, $array, bool $checkForObjectIdentity=false, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3494
- Member PHPUnit\Framework\Assert::assertAttributeContains ($needle, string $haystackAttributeName, $haystackClassOrObject, string $message='', bool $ignoreCase=false, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false)
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeContainsOnly (string $type, string $haystackAttributeName, $haystackClassOrObject, ?bool $isNativeType=null, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeCount (int $expectedCount, string $haystackAttributeName, $haystackClassOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeEmpty (string $haystackAttributeName, $haystackClassOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeEquals ($expected, string $actualAttributeName, $actualClassOrObject, string $message='', float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false)
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeGreaterThan ($expected, string $actualAttributeName, $actualClassOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeGreaterThanOrEqual ($expected, string $actualAttributeName, $actualClassOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeInstanceOf (string $expected, string $attributeName, $classOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeInternalType (string $expected, string $attributeName, $classOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeLessThan ($expected, string $actualAttributeName, $actualClassOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeLessThanOrEqual ($expected, string $actualAttributeName, $actualClassOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeNotContains ($needle, string $haystackAttributeName, $haystackClassOrObject, string $message='', bool $ignoreCase=false, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false)
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeNotContainsOnly (string $type, string $haystackAttributeName, $haystackClassOrObject, ?bool $isNativeType=null, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeNotCount (int $expectedCount, string $haystackAttributeName, $haystackClassOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeNotEmpty (string $haystackAttributeName, $haystackClassOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeNotEquals ($expected, string $actualAttributeName, $actualClassOrObject, string $message='', float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false)
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeNotInstanceOf (string $expected, string $attributeName, $classOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeNotInternalType (string $expected, string $attributeName, $classOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeNotSame ($expected, string $actualAttributeName, $actualClassOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertAttributeSame ($expected, string $actualAttributeName, $actualClassOrObject, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertInternalType (string $expected, $actual, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3369 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::assertNotInternalType (string $expected, $actual, string $message='')
- https://github.com/sebastianbergmann/phpunit/issues/3369 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::attribute (Constraint $constraint, string $attributeName)
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::attributeEqualTo (string $attributeName, $value, float $delta=0.0, int $maxDepth=10, bool $canonicalize=false, bool $ignoreCase=false)
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::contains ($value, bool $checkForObjectIdentity=true, bool $checkForNonObjectIdentity=false)
- Use containsEqual() or containsIdentical() instead
- Member PHPUnit\Framework\Assert::getObjectAttribute ($object, string $attributeName)
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::getStaticAttribute (string $className, string $attributeName)
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Member PHPUnit\Framework\Assert::readAttribute ($classOrObject, string $attributeName)
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Class PHPUnit\Framework\Constraint\ArraySubset
- https://github.com/sebastianbergmann/phpunit/issues/3494
- Class PHPUnit\Framework\Constraint\Attribute
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Class PHPUnit\Framework\Constraint\Composite
- https://github.com/sebastianbergmann/phpunit/issues/3338 @codeCoverageIgnore
- Class PHPUnit\Framework\Constraint\TraversableContains
- Use TraversableContainsEqual or TraversableContainsIdentical instead
- Member PHPUnit\Framework\MockObject\MockBuilder::setMethods (?array $methods=null)
- https://github.com/sebastianbergmann/phpunit/pull/3687
- Member PHPUnit\Framework\TestCase::expectExceptionMessageRegExp (string $regularExpression)
- Use expectExceptionMessageMatches() instead
- Class PHPUnit\Framework\TestListener
- Use the
TestHook
interfaces instead
- Member PHPUnit\Framework\TestListener::addError (Test $test, \Throwable $t, float $time)
- Use
AfterTestErrorHook::executeAfterTestError
instead
- Member PHPUnit\Framework\TestListener::addFailure (Test $test, AssertionFailedError $e, float $time)
- Use
AfterTestFailureHook::executeAfterTestFailure
instead
- Member PHPUnit\Framework\TestListener::addIncompleteTest (Test $test, \Throwable $t, float $time)
- Use
AfterIncompleteTestHook::executeAfterIncompleteTest
instead
- Member PHPUnit\Framework\TestListener::addRiskyTest (Test $test, \Throwable $t, float $time)
- Use
AfterRiskyTestHook::executeAfterRiskyTest
instead
- Member PHPUnit\Framework\TestListener::addSkippedTest (Test $test, \Throwable $t, float $time)
- Use
AfterSkippedTestHook::executeAfterSkippedTest
instead
- Member PHPUnit\Framework\TestListener::addWarning (Test $test, Warning $e, float $time)
- Use
AfterTestWarningHook::executeAfterTestWarning
instead
- Member PHPUnit\Framework\TestListener::endTest (Test $test, float $time)
- Use
AfterTestHook::executeAfterTest
instead
- Member PHPUnit\Framework\TestListener::startTest (Test $test)
- Use
BeforeTestHook::executeBeforeTest
instead
- Member PHPUnit\Framework\TestResult::addListener (TestListener $listener)
- Use the
TestHook
interfaces instead
- Member PHPUnit\Framework\TestResult::flushListeners ()
- Use the
TestHook
interfaces instead
- Member PHPUnit\Framework\TestResult::removeListener (TestListener $listener)
- Use the
TestHook
interfaces instead
- Member PHPUnit\Util\Test::getExpectedException (string $className, string $methodName)
- @codeCoverageIgnore @psalm-param class-string $className
- Member Prophecy\Doubler\Generator\Node\ArgumentNode::getTypeHint ()
- use getArgumentTypeNode instead
- Member Prophecy\Doubler\Generator\Node\ArgumentNode::isNullable ()
- use getArgumentTypeNode instead
- Member Prophecy\Doubler\Generator\Node\ArgumentNode::setAsNullable ($isNullable=true)
- use getArgumentTypeNode instead
- Member Prophecy\Doubler\Generator\Node\ArgumentNode::setTypeHint ($typeHint=null)
- use setArgumentTypeNode instead
- Member Prophecy\Doubler\Generator\Node\MethodNode::getReturnType ()
- use getReturnTypeNode instead
- Member Prophecy\Doubler\Generator\Node\MethodNode::hasNullableReturnType ()
- use getReturnTypeNode instead
- Member Prophecy\Doubler\Generator\Node\MethodNode::hasReturnType ()
- use getReturnTypeNode instead
- Member Prophecy\Doubler\Generator\Node\MethodNode::setNullableReturnType ($bool=true)
- use setReturnTypeNode instead
- Member Prophecy\Doubler\Generator\Node\MethodNode::setReturnType ($type=null)
- use setReturnTypeNode instead
- Class Prophecy\Doubler\Generator\TypeHintReference
- in favour of Node\TypeNodeAbstract
- Member Prophecy\Prophecy\MethodProphecy::shouldNotBeenCalled ()
-
- Member Webmozart\Assert\Assert::isTraversable ($value, $message='')
- use "isIterable" or "isInstanceOf" instead
- Member Webmozart\Assert\Mixin::allIsTraversable ($value, $message='')
- use "isIterable" or "isInstanceOf" instead
- Member Webmozart\Assert\Mixin::nullOrIsTraversable ($value, $message='')
- use "isIterable" or "isInstanceOf" instead