public function PHPUnit_Framework_SelfDescribing::toString

Returns a string representation of the object.

Return value

string

1 call to PHPUnit_Framework_SelfDescribing::toString()
PHPUnit_Framework_Constraint::failureDescription in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint.php
Returns the description of the failure
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.

... See full list

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SelfDescribing.php, line 64

Class

PHPUnit_Framework_SelfDescribing
Interface for classes that can return a description of itself.

Code

public function toString();