52 methods override PHPUnit_Framework_SelfDescribing::toString()

PHPUnit_Extensions_PhptTestCase::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/PhptTestCase.php
Returns a string representation of the test case.
PHPUnit_Extensions_TestDecorator::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/TestDecorator.php
Returns a string representation of the test.
PHPUnit_Framework_AssertionFailedError::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/AssertionFailedError.php
Wrapper for getMessage() which is declared as final.
PHPUnit_Framework_Constraint_And::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/And.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_ArrayHasKey::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ArrayHasKey.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Attribute::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Attribute.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Callback::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Callback.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_ClassHasAttribute::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Count::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Count.php
PHPUnit_Framework_Constraint_Exception::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Exception.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_ExceptionCode::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ExceptionCode.php
PHPUnit_Framework_Constraint_ExceptionMessage::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ExceptionMessage.php
PHPUnit_Framework_Constraint_FileExists::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/FileExists.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_GreaterThan::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/GreaterThan.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsAnything::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsAnything.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsEmpty::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEmpty.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsEqual::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEqual.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsFalse::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsFalse.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsIdentical::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsIdentical.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsInstanceOf::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsInstanceOf.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsJson::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsJson.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsNull::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsNull.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsTrue::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsTrue.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsType::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsType.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_JsonMatches::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/JsonMatches.php
Returns a string representation of the object.
PHPUnit_Framework_Constraint_LessThan::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/LessThan.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Not::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Not.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Or::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Or.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_PCREMatch::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/PCREMatch.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_StringContains::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringContains.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_StringEndsWith::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringEndsWith.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_StringStartsWith::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringStartsWith.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_TraversableContains::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContains.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_TraversableContainsOnly::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContainsOnly.php
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Xor::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Xor.php
Returns a string representation of the constraint.
PHPUnit_Framework_MockObject_Invocation_Static::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation/Static.php
PHPUnit_Framework_MockObject_Matcher::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyInvokedCount.php
PHPUnit_Framework_MockObject_Matcher_AnyParameters::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyParameters.php
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtLeastOnce.php
PHPUnit_Framework_MockObject_Matcher_InvokedCount::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php
PHPUnit_Framework_MockObject_Matcher_MethodName::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/MethodName.php
PHPUnit_Framework_MockObject_Matcher_Parameters::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Parameters.php
PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ConsecutiveCalls.php
Returns a string representation of the object.
PHPUnit_Framework_MockObject_Stub_Exception::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Exception.php
Returns a string representation of the object.
PHPUnit_Framework_MockObject_Stub_Return::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Return.php
Returns a string representation of the object.
PHPUnit_Framework_MockObject_Stub_ReturnCallback::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnCallback.php
Returns a string representation of the object.
PHPUnit_Framework_MockObject_Stub_ReturnSelf::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnSelf.php
Returns a string representation of the object.
PHPUnit_Framework_MockObject_Stub_ReturnValueMap::toString in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnValueMap.php
Returns a string representation of the object.
PHPUnit_Framework_TestCase::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
Returns a string representation of the test case.
PHPUnit_Framework_TestSuite::toString in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php
Returns a string representation of the test suite.