A

AssertClass in namespace PHPUnit\Framework
AssertionFailedErrorClass in namespace PHPUnit\Framework
PHPUnit_Extensions_TicketListener::addError() — Method in class PHPUnit_Extensions_TicketListener
An error occurred.
PHPUnit_Extensions_TicketListener::addFailure() — Method in class PHPUnit_Extensions_TicketListener
A failure occurred.
PHPUnit_Extensions_TicketListener::addIncompleteTest() — Method in class PHPUnit_Extensions_TicketListener
Incomplete test.
PHPUnit_Extensions_TicketListener::addRiskyTest() — Method in class PHPUnit_Extensions_TicketListener
Risky test.
PHPUnit_Extensions_TicketListener::addSkippedTest() — Method in class PHPUnit_Extensions_TicketListener
Skipped test.
PHPUnit_Framework_Assert::assertArrayHasKey() — Method in class PHPUnit_Framework_Assert
Asserts that an array has a specified key.
PHPUnit_Framework_Assert::assertArraySubset() — Method in class PHPUnit_Framework_Assert
Asserts that an array has a specified subset.
PHPUnit_Framework_Assert::assertArrayNotHasKey() — Method in class PHPUnit_Framework_Assert
Asserts that an array does not have a specified key.
PHPUnit_Framework_Assert::assertContains() — Method in class PHPUnit_Framework_Assert
Asserts that a haystack contains a needle.
PHPUnit_Framework_Assert::assertAttributeContains() — Method in class PHPUnit_Framework_Assert
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains a needle.
PHPUnit_Framework_Assert::assertNotContains() — Method in class PHPUnit_Framework_Assert
Asserts that a haystack does not contain a needle.
PHPUnit_Framework_Assert::assertAttributeNotContains() — Method in class PHPUnit_Framework_Assert
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object does not contain a needle.
PHPUnit_Framework_Assert::assertContainsOnly() — Method in class PHPUnit_Framework_Assert
Asserts that a haystack contains only values of a given type.
PHPUnit_Framework_Assert::assertContainsOnlyInstancesOf() — Method in class PHPUnit_Framework_Assert
Asserts that a haystack contains only instances of a given classname
PHPUnit_Framework_Assert::assertAttributeContainsOnly() — Method in class PHPUnit_Framework_Assert
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains only values of a given type.
PHPUnit_Framework_Assert::assertNotContainsOnly() — Method in class PHPUnit_Framework_Assert
Asserts that a haystack does not contain only values of a given type.
PHPUnit_Framework_Assert::assertAttributeNotContainsOnly() — Method in class PHPUnit_Framework_Assert
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object does not contain only values of a given type.
PHPUnit_Framework_Assert::assertCount() — Method in class PHPUnit_Framework_Assert
Asserts the number of elements of an array, Countable or Traversable.
PHPUnit_Framework_Assert::assertAttributeCount() — Method in class PHPUnit_Framework_Assert
Asserts the number of elements of an array, Countable or Traversable that is stored in an attribute.
PHPUnit_Framework_Assert::assertNotCount() — Method in class PHPUnit_Framework_Assert
Asserts the number of elements of an array, Countable or Traversable.
PHPUnit_Framework_Assert::assertAttributeNotCount() — Method in class PHPUnit_Framework_Assert
Asserts the number of elements of an array, Countable or Traversable that is stored in an attribute.
PHPUnit_Framework_Assert::assertEquals() — Method in class PHPUnit_Framework_Assert
Asserts that two variables are equal.
PHPUnit_Framework_Assert::assertAttributeEquals() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is equal to an attribute of an object.
PHPUnit_Framework_Assert::assertNotEquals() — Method in class PHPUnit_Framework_Assert
Asserts that two variables are not equal.
PHPUnit_Framework_Assert::assertAttributeNotEquals() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is not equal to an attribute of an object.
PHPUnit_Framework_Assert::assertEmpty() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is empty.
PHPUnit_Framework_Assert::assertAttributeEmpty() — Method in class PHPUnit_Framework_Assert
Asserts that a static attribute of a class or an attribute of an object is empty.
PHPUnit_Framework_Assert::assertNotEmpty() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is not empty.
PHPUnit_Framework_Assert::assertAttributeNotEmpty() — Method in class PHPUnit_Framework_Assert
Asserts that a static attribute of a class or an attribute of an object is not empty.
PHPUnit_Framework_Assert::assertGreaterThan() — Method in class PHPUnit_Framework_Assert
Asserts that a value is greater than another value.
PHPUnit_Framework_Assert::assertAttributeGreaterThan() — Method in class PHPUnit_Framework_Assert
Asserts that an attribute is greater than another value.
PHPUnit_Framework_Assert::assertGreaterThanOrEqual() — Method in class PHPUnit_Framework_Assert
Asserts that a value is greater than or equal to another value.
PHPUnit_Framework_Assert::assertAttributeGreaterThanOrEqual() — Method in class PHPUnit_Framework_Assert
Asserts that an attribute is greater than or equal to another value.
PHPUnit_Framework_Assert::assertLessThan() — Method in class PHPUnit_Framework_Assert
Asserts that a value is smaller than another value.
PHPUnit_Framework_Assert::assertAttributeLessThan() — Method in class PHPUnit_Framework_Assert
Asserts that an attribute is smaller than another value.
PHPUnit_Framework_Assert::assertLessThanOrEqual() — Method in class PHPUnit_Framework_Assert
Asserts that a value is smaller than or equal to another value.
PHPUnit_Framework_Assert::assertAttributeLessThanOrEqual() — Method in class PHPUnit_Framework_Assert
Asserts that an attribute is smaller than or equal to another value.
PHPUnit_Framework_Assert::assertFileEquals() — Method in class PHPUnit_Framework_Assert
Asserts that the contents of one file is equal to the contents of another file.
PHPUnit_Framework_Assert::assertFileNotEquals() — Method in class PHPUnit_Framework_Assert
Asserts that the contents of one file is not equal to the contents of another file.
PHPUnit_Framework_Assert::assertStringEqualsFile() — Method in class PHPUnit_Framework_Assert
Asserts that the contents of a string is equal to the contents of a file.
PHPUnit_Framework_Assert::assertStringNotEqualsFile() — Method in class PHPUnit_Framework_Assert
Asserts that the contents of a string is not equal to the contents of a file.
PHPUnit_Framework_Assert::assertIsReadable() — Method in class PHPUnit_Framework_Assert
Asserts that a file/dir is readable.
PHPUnit_Framework_Assert::assertNotIsReadable() — Method in class PHPUnit_Framework_Assert
Asserts that a file/dir exists and is not readable.
PHPUnit_Framework_Assert::assertIsWritable() — Method in class PHPUnit_Framework_Assert
Asserts that a file/dir exists and is writable.
PHPUnit_Framework_Assert::assertNotIsWritable() — Method in class PHPUnit_Framework_Assert
Asserts that a file/dir exists and is not writable.
PHPUnit_Framework_Assert::assertDirectoryExists() — Method in class PHPUnit_Framework_Assert
Asserts that a directory exists.
PHPUnit_Framework_Assert::assertDirectoryNotExists() — Method in class PHPUnit_Framework_Assert
Asserts that a directory does not exist.
PHPUnit_Framework_Assert::assertDirectoryIsReadable() — Method in class PHPUnit_Framework_Assert
Asserts that a directory exists and is readable.
PHPUnit_Framework_Assert::assertDirectoryNotIsReadable() — Method in class PHPUnit_Framework_Assert
Asserts that a directory exists and is not readable.
PHPUnit_Framework_Assert::assertDirectoryIsWritable() — Method in class PHPUnit_Framework_Assert
Asserts that a directory exists and is writable.
PHPUnit_Framework_Assert::assertDirectoryNotIsWritable() — Method in class PHPUnit_Framework_Assert
Asserts that a directory exists and is not writable.
PHPUnit_Framework_Assert::assertFileExists() — Method in class PHPUnit_Framework_Assert
Asserts that a file exists.
PHPUnit_Framework_Assert::assertFileNotExists() — Method in class PHPUnit_Framework_Assert
Asserts that a file does not exist.
PHPUnit_Framework_Assert::assertFileIsReadable() — Method in class PHPUnit_Framework_Assert
Asserts that a file exists and is readable.
PHPUnit_Framework_Assert::assertFileNotIsReadable() — Method in class PHPUnit_Framework_Assert
Asserts that a file exists and is not readable.
PHPUnit_Framework_Assert::assertFileIsWritable() — Method in class PHPUnit_Framework_Assert
Asserts that a file exists and is writable.
PHPUnit_Framework_Assert::assertFileNotIsWritable() — Method in class PHPUnit_Framework_Assert
Asserts that a file exists and is not writable.
PHPUnit_Framework_Assert::assertTrue() — Method in class PHPUnit_Framework_Assert
Asserts that a condition is true.
PHPUnit_Framework_Assert::assertNotTrue() — Method in class PHPUnit_Framework_Assert
Asserts that a condition is not true.
PHPUnit_Framework_Assert::assertFalse() — Method in class PHPUnit_Framework_Assert
Asserts that a condition is false.
PHPUnit_Framework_Assert::assertNotFalse() — Method in class PHPUnit_Framework_Assert
Asserts that a condition is not false.
PHPUnit_Framework_Assert::assertNull() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is null.
PHPUnit_Framework_Assert::assertNotNull() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is not null.
PHPUnit_Framework_Assert::assertFinite() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is finite.
PHPUnit_Framework_Assert::assertInfinite() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is infinite.
PHPUnit_Framework_Assert::assertNan() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is nan.
PHPUnit_Framework_Assert::assertClassHasAttribute() — Method in class PHPUnit_Framework_Assert
Asserts that a class has a specified attribute.
PHPUnit_Framework_Assert::assertClassNotHasAttribute() — Method in class PHPUnit_Framework_Assert
Asserts that a class does not have a specified attribute.
PHPUnit_Framework_Assert::assertClassHasStaticAttribute() — Method in class PHPUnit_Framework_Assert
Asserts that a class has a specified static attribute.
PHPUnit_Framework_Assert::assertClassNotHasStaticAttribute() — Method in class PHPUnit_Framework_Assert
Asserts that a class does not have a specified static attribute.
PHPUnit_Framework_Assert::assertObjectHasAttribute() — Method in class PHPUnit_Framework_Assert
Asserts that an object has a specified attribute.
PHPUnit_Framework_Assert::assertObjectNotHasAttribute() — Method in class PHPUnit_Framework_Assert
Asserts that an object does not have a specified attribute.
PHPUnit_Framework_Assert::assertSame() — Method in class PHPUnit_Framework_Assert
Asserts that two variables have the same type and value.
PHPUnit_Framework_Assert::assertAttributeSame() — Method in class PHPUnit_Framework_Assert
Asserts that a variable and an attribute of an object have the same type and value.
PHPUnit_Framework_Assert::assertNotSame() — Method in class PHPUnit_Framework_Assert
Asserts that two variables do not have the same type and value.
PHPUnit_Framework_Assert::assertAttributeNotSame() — Method in class PHPUnit_Framework_Assert
Asserts that a variable and an attribute of an object do not have the same type and value.
PHPUnit_Framework_Assert::assertInstanceOf() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is of a given type.
PHPUnit_Framework_Assert::assertAttributeInstanceOf() — Method in class PHPUnit_Framework_Assert
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertNotInstanceOf() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is not of a given type.
PHPUnit_Framework_Assert::assertAttributeNotInstanceOf() — Method in class PHPUnit_Framework_Assert
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertInternalType() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is of a given type.
PHPUnit_Framework_Assert::assertAttributeInternalType() — Method in class PHPUnit_Framework_Assert
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertNotInternalType() — Method in class PHPUnit_Framework_Assert
Asserts that a variable is not of a given type.
PHPUnit_Framework_Assert::assertAttributeNotInternalType() — Method in class PHPUnit_Framework_Assert
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertRegExp() — Method in class PHPUnit_Framework_Assert
Asserts that a string matches a given regular expression.
PHPUnit_Framework_Assert::assertNotRegExp() — Method in class PHPUnit_Framework_Assert
Asserts that a string does not match a given regular expression.
PHPUnit_Framework_Assert::assertSameSize() — Method in class PHPUnit_Framework_Assert
Assert that the size of two arrays (or Countable or Traversable objects) is the same.
PHPUnit_Framework_Assert::assertNotSameSize() — Method in class PHPUnit_Framework_Assert
Assert that the size of two arrays (or Countable or Traversable objects) is not the same.
PHPUnit_Framework_Assert::assertStringMatchesFormat() — Method in class PHPUnit_Framework_Assert
Asserts that a string matches a given format string.
PHPUnit_Framework_Assert::assertStringNotMatchesFormat() — Method in class PHPUnit_Framework_Assert
Asserts that a string does not match a given format string.
PHPUnit_Framework_Assert::assertStringMatchesFormatFile() — Method in class PHPUnit_Framework_Assert
Asserts that a string matches a given format file.
PHPUnit_Framework_Assert::assertStringNotMatchesFormatFile() — Method in class PHPUnit_Framework_Assert
Asserts that a string does not match a given format string.
PHPUnit_Framework_Assert::assertStringStartsWith() — Method in class PHPUnit_Framework_Assert
Asserts that a string starts with a given prefix.
PHPUnit_Framework_Assert::assertStringStartsNotWith() — Method in class PHPUnit_Framework_Assert
Asserts that a string starts not with a given prefix.
PHPUnit_Framework_Assert::assertStringEndsWith() — Method in class PHPUnit_Framework_Assert
Asserts that a string ends with a given suffix.
PHPUnit_Framework_Assert::assertStringEndsNotWith() — Method in class PHPUnit_Framework_Assert
Asserts that a string ends not with a given suffix.
PHPUnit_Framework_Assert::assertXmlFileEqualsXmlFile() — Method in class PHPUnit_Framework_Assert
Asserts that two XML files are equal.
PHPUnit_Framework_Assert::assertXmlFileNotEqualsXmlFile() — Method in class PHPUnit_Framework_Assert
Asserts that two XML files are not equal.
PHPUnit_Framework_Assert::assertXmlStringEqualsXmlFile() — Method in class PHPUnit_Framework_Assert
Asserts that two XML documents are equal.
PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlFile() — Method in class PHPUnit_Framework_Assert
Asserts that two XML documents are not equal.
PHPUnit_Framework_Assert::assertXmlStringEqualsXmlString() — Method in class PHPUnit_Framework_Assert
Asserts that two XML documents are equal.
PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlString() — Method in class PHPUnit_Framework_Assert
Asserts that two XML documents are not equal.
PHPUnit_Framework_Assert::assertEqualXMLStructure() — Method in class PHPUnit_Framework_Assert
Asserts that a hierarchy of DOMElements matches.
PHPUnit_Framework_Assert::assertThat() — Method in class PHPUnit_Framework_Assert
Evaluates a PHPUnit_Framework_Constraint matcher object.
PHPUnit_Framework_Assert::assertJson() — Method in class PHPUnit_Framework_Assert
Asserts that a string is a valid JSON string.
PHPUnit_Framework_Assert::assertJsonStringEqualsJsonString() — Method in class PHPUnit_Framework_Assert
Asserts that two given JSON encoded objects or arrays are equal.
PHPUnit_Framework_Assert::assertJsonStringNotEqualsJsonString() — Method in class PHPUnit_Framework_Assert
Asserts that two given JSON encoded objects or arrays are not equal.
PHPUnit_Framework_Assert::assertJsonStringEqualsJsonFile() — Method in class PHPUnit_Framework_Assert
Asserts that the generated JSON encoded object and the content of the given file are equal.
PHPUnit_Framework_Assert::assertJsonStringNotEqualsJsonFile() — Method in class PHPUnit_Framework_Assert
Asserts that the generated JSON encoded object and the content of the given file are not equal.
PHPUnit_Framework_Assert::assertJsonFileEqualsJsonFile() — Method in class PHPUnit_Framework_Assert
Asserts that two JSON files are equal.
PHPUnit_Framework_Assert::assertJsonFileNotEqualsJsonFile() — Method in class PHPUnit_Framework_Assert
Asserts that two JSON files are not equal.
PHPUnit_Framework_Assert::anything() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsAnything matcher object.
PHPUnit_Framework_Assert::attribute() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_Attribute matcher object.
PHPUnit_Framework_Assert::arrayHasKey() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_ArrayHasKey matcher object.
PHPUnit_Framework_Assert::attributeEqualTo() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsEqual matcher object that is wrapped in a PHPUnit_Framework_Constraint_Attribute matcher object.
PHPUnit_Framework_BaseTestListener::addError() — Method in class PHPUnit_Framework_BaseTestListener
An error occurred.
PHPUnit_Framework_BaseTestListener::addWarning() — Method in class PHPUnit_Framework_BaseTestListener
PHPUnit_Framework_BaseTestListener::addFailure() — Method in class PHPUnit_Framework_BaseTestListener
A failure occurred.
PHPUnit_Framework_BaseTestListener::addIncompleteTest() — Method in class PHPUnit_Framework_BaseTestListener
Incomplete test.
PHPUnit_Framework_BaseTestListener::addRiskyTest() — Method in class PHPUnit_Framework_BaseTestListener
Risky test.
PHPUnit_Framework_BaseTestListener::addSkippedTest() — Method in class PHPUnit_Framework_BaseTestListener
Skipped test.
PHPUnit_Framework_Constraint::additionalFailureDescription() — Method in class PHPUnit_Framework_Constraint
Return additional failure description where needed
$PHPUnit_Framework_Constraint_AttributeProperty in class PHPUnit_Framework_Constraint_Attribute
$PHPUnit_Framework_Constraint_ClassHasAttributeProperty in class PHPUnit_Framework_Constraint_ClassHasAttribute
PHPUnit_Framework_Constraint_StringMatches::additionalFailureDescription() — Method in class PHPUnit_Framework_Constraint_StringMatches
Return additional failure description where needed
PHPUnit_Framework_TestCase::addToAssertionCount() — Method in class PHPUnit_Framework_TestCase
Adds a value to the assertion counter.
PHPUnit_Framework_TestCase::any() — Method in class PHPUnit_Framework_TestCase
Returns a matcher that matches when the method is executed zero or more times.
PHPUnit_Framework_TestCase::atLeast() — Method in class PHPUnit_Framework_TestCase
Returns a matcher that matches when the method is executed at least N times.
PHPUnit_Framework_TestCase::atLeastOnce() — Method in class PHPUnit_Framework_TestCase
Returns a matcher that matches when the method is executed at least once.
PHPUnit_Framework_TestCase::atMost() — Method in class PHPUnit_Framework_TestCase
Returns a matcher that matches when the method is executed at most N times.
PHPUnit_Framework_TestCase::at() — Method in class PHPUnit_Framework_TestCase
Returns a matcher that matches when the method is executed at the given index.
PHPUnit_Framework_TestCase::assertPreConditions() — Method in class PHPUnit_Framework_TestCase
Performs assertions shared by all tests of a test case.
PHPUnit_Framework_TestCase::assertPostConditions() — Method in class PHPUnit_Framework_TestCase
Performs assertions shared by all tests of a test case.
PHPUnit_Framework_TestListener::addError() — Method in class PHPUnit_Framework_TestListener
An error occurred.
PHPUnit_Framework_TestListener::addFailure() — Method in class PHPUnit_Framework_TestListener
A failure occurred.
PHPUnit_Framework_TestListener::addIncompleteTest() — Method in class PHPUnit_Framework_TestListener
Incomplete test.
PHPUnit_Framework_TestListener::addRiskyTest() — Method in class PHPUnit_Framework_TestListener
Risky test.
PHPUnit_Framework_TestListener::addSkippedTest() — Method in class PHPUnit_Framework_TestListener
Skipped test.
PHPUnit_Framework_TestResult::addListener() — Method in class PHPUnit_Framework_TestResult
Registers a TestListener.
PHPUnit_Framework_TestResult::addError() — Method in class PHPUnit_Framework_TestResult
Adds an error to the list of errors.
PHPUnit_Framework_TestResult::addWarning() — Method in class PHPUnit_Framework_TestResult
Adds a warning to the list of warnings.
PHPUnit_Framework_TestResult::addFailure() — Method in class PHPUnit_Framework_TestResult
Adds a failure to the list of failures.
PHPUnit_Framework_TestResult::allHarmless() — Method in class PHPUnit_Framework_TestResult
Returns true if no risky test occurred.
PHPUnit_Framework_TestResult::allCompletelyImplemented() — Method in class PHPUnit_Framework_TestResult
Returns true if no incomplete test occurred.
PHPUnit_Framework_TestSuite::addTest() — Method in class PHPUnit_Framework_TestSuite
Adds a test to the suite.
PHPUnit_Framework_TestSuite::addTestSuite() — Method in class PHPUnit_Framework_TestSuite
Adds the tests from the given class to the suite.
PHPUnit_Framework_TestSuite::addTestFile() — Method in class PHPUnit_Framework_TestSuite
Wraps both addTest() and addTestSuite as well as the separate import statements for the user's convenience.
PHPUnit_Framework_TestSuite::addTestFiles() — Method in class PHPUnit_Framework_TestSuite
Wrapper for addTestFile() that adds multiple test files.
PHPUnit_Framework_TestSuite::addTestMethod() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Runner_Filter_Factory::addFilter() — Method in class PHPUnit_Runner_Filter_Factory
PHPUnit_Runner_Filter_GroupFilterIterator::accept() — Method in class PHPUnit_Runner_Filter_GroupFilterIterator
PHPUnit_Runner_Filter_Test::accept() — Method in class PHPUnit_Runner_Filter_Test
$PHPUnit_TextUI_CommandProperty in class PHPUnit_TextUI_Command
PHPUnit_TextUI_ResultPrinter::addError() — Method in class PHPUnit_TextUI_ResultPrinter
An error occurred.
PHPUnit_TextUI_ResultPrinter::addFailure() — Method in class PHPUnit_TextUI_ResultPrinter
A failure occurred.
PHPUnit_TextUI_ResultPrinter::addWarning() — Method in class PHPUnit_TextUI_ResultPrinter
A warning occurred.
PHPUnit_TextUI_ResultPrinter::addIncompleteTest() — Method in class PHPUnit_TextUI_ResultPrinter
Incomplete test.
PHPUnit_TextUI_ResultPrinter::addRiskyTest() — Method in class PHPUnit_TextUI_ResultPrinter
Risky test.
PHPUnit_TextUI_ResultPrinter::addSkippedTest() — Method in class PHPUnit_TextUI_ResultPrinter
Skipped test.
PHPUnit_Util_GlobalState::arrayOnlyContainsScalars() — Method in class PHPUnit_Util_GlobalState
PHPUnit_Util_Log_JSON::addError() — Method in class PHPUnit_Util_Log_JSON
An error occurred.
PHPUnit_Util_Log_JSON::addWarning() — Method in class PHPUnit_Util_Log_JSON
A warning occurred.
PHPUnit_Util_Log_JSON::addFailure() — Method in class PHPUnit_Util_Log_JSON
A failure occurred.
PHPUnit_Util_Log_JSON::addIncompleteTest() — Method in class PHPUnit_Util_Log_JSON
Incomplete test.
PHPUnit_Util_Log_JSON::addRiskyTest() — Method in class PHPUnit_Util_Log_JSON
Risky test.
PHPUnit_Util_Log_JSON::addSkippedTest() — Method in class PHPUnit_Util_Log_JSON
Skipped test.
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
PHPUnit_Util_Log_JUnit::addError() — Method in class PHPUnit_Util_Log_JUnit
An error occurred.
PHPUnit_Util_Log_JUnit::addWarning() — Method in class PHPUnit_Util_Log_JUnit
A warning occurred.
PHPUnit_Util_Log_JUnit::addFailure() — Method in class PHPUnit_Util_Log_JUnit
A failure occurred.
PHPUnit_Util_Log_JUnit::addIncompleteTest() — Method in class PHPUnit_Util_Log_JUnit
Incomplete test.
PHPUnit_Util_Log_JUnit::addRiskyTest() — Method in class PHPUnit_Util_Log_JUnit
Risky test.
PHPUnit_Util_Log_JUnit::addSkippedTest() — Method in class PHPUnit_Util_Log_JUnit
Skipped test.
PHPUnit_Util_Log_TAP::addError() — Method in class PHPUnit_Util_Log_TAP
An error occurred.
PHPUnit_Util_Log_TAP::addWarning() — Method in class PHPUnit_Util_Log_TAP
A warning occurred.
PHPUnit_Util_Log_TAP::addFailure() — Method in class PHPUnit_Util_Log_TAP
A failure occurred.
PHPUnit_Util_Log_TAP::addIncompleteTest() — Method in class PHPUnit_Util_Log_TAP
Incomplete test.
PHPUnit_Util_Log_TAP::addRiskyTest() — Method in class PHPUnit_Util_Log_TAP
Risky test.
PHPUnit_Util_Log_TAP::addSkippedTest() — Method in class PHPUnit_Util_Log_TAP
Skipped test.
PHPUnit_Util_Log_TeamCity::addError() — Method in class PHPUnit_Util_Log_TeamCity
An error occurred.
PHPUnit_Util_Log_TeamCity::addWarning() — Method in class PHPUnit_Util_Log_TeamCity
A warning occurred.
PHPUnit_Util_Log_TeamCity::addFailure() — Method in class PHPUnit_Util_Log_TeamCity
A failure occurred.
PHPUnit_Util_Log_TeamCity::addIncompleteTest() — Method in class PHPUnit_Util_Log_TeamCity
Incomplete test.
PHPUnit_Util_Log_TeamCity::addRiskyTest() — Method in class PHPUnit_Util_Log_TeamCity
Risky test.
PHPUnit_Util_Log_TeamCity::addSkippedTest() — Method in class PHPUnit_Util_Log_TeamCity
Skipped test.
$PHPUnit_Util_PHPProperty in class PHPUnit_Util_PHP
$PHPUnit_Util_PrinterProperty in class PHPUnit_Util_Printer
If true, flush output after every write.
PHPUnit_Util_TestDox_ResultPrinter::addError() — Method in class PHPUnit_Util_TestDox_ResultPrinter
An error occurred.
PHPUnit_Util_TestDox_ResultPrinter::addWarning() — Method in class PHPUnit_Util_TestDox_ResultPrinter
A warning occurred.
PHPUnit_Util_TestDox_ResultPrinter::addFailure() — Method in class PHPUnit_Util_TestDox_ResultPrinter
A failure occurred.
PHPUnit_Util_TestDox_ResultPrinter::addIncompleteTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter
Incomplete test.
PHPUnit_Util_TestDox_ResultPrinter::addRiskyTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter
Risky test.
PHPUnit_Util_TestDox_ResultPrinter::addSkippedTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter
Skipped test.
PHPUnit_Util_TestDox_ResultPrinter_XML::addError() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
An error occurred.
PHPUnit_Util_TestDox_ResultPrinter_XML::addWarning() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
A warning occurred.
PHPUnit_Util_TestDox_ResultPrinter_XML::addFailure() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
A failure occurred.
PHPUnit_Util_TestDox_ResultPrinter_XML::addIncompleteTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
Incomplete test.
PHPUnit_Util_TestDox_ResultPrinter_XML::addRiskyTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
Risky test.
PHPUnit_Util_TestDox_ResultPrinter_XML::addSkippedTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
Skipped test.

B

BaseTestListenerClass in namespace PHPUnit\Framework
PHPUnit_Extensions_TestDecorator::basicRun() — Method in class PHPUnit_Extensions_TestDecorator
Runs the test and collects the result in a TestResult.
$PHPUnit_Framework_IncompleteTestCaseProperty in class PHPUnit_Framework_IncompleteTestCase
$PHPUnit_Framework_IncompleteTestCaseProperty in class PHPUnit_Framework_IncompleteTestCase
$PHPUnit_Framework_SkippedTestCaseProperty in class PHPUnit_Framework_SkippedTestCase
$PHPUnit_Framework_SkippedTestCaseProperty in class PHPUnit_Framework_SkippedTestCase
$PHPUnit_Framework_TestCaseProperty in class PHPUnit_Framework_TestCase
Enable or disable the backup and restoration of the $GLOBALS array.
$PHPUnit_Framework_TestCaseProperty in class PHPUnit_Framework_TestCase
$PHPUnit_Framework_TestCaseProperty in class PHPUnit_Framework_TestCase
Enable or disable the backup and restoration of static attributes.
$PHPUnit_Framework_TestCaseProperty in class PHPUnit_Framework_TestCase
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::beStrictAboutTestsThatDoNotTestAnything() — Method in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::beStrictAboutOutputDuringTests() — Method in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::beStrictAboutResourceUsageDuringSmallTests() — Method in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::beStrictAboutTodoAnnotatedTests() — Method in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestSuiteProperty in class PHPUnit_Framework_TestSuite
Enable or disable the backup and restoration of the $GLOBALS array.
$PHPUnit_Framework_TestSuiteProperty in class PHPUnit_Framework_TestSuite
Enable or disable the backup and restoration of static attributes.
$PHPUnit_Framework_WarningTestCaseProperty in class PHPUnit_Framework_WarningTestCase
$PHPUnit_Framework_WarningTestCaseProperty in class PHPUnit_Framework_WarningTestCase
$PHPUnit_Util_BlacklistProperty in class PHPUnit_Util_Blacklist
$PHPUnit_Util_FilesystemProperty in class PHPUnit_Util_Filesystem

C

PHPUnit_Extensions_PhptTestCase::count() — Method in class PHPUnit_Extensions_PhptTestCase
Counts the number of test cases executed by run(TestResult result).
PHPUnit_Extensions_RepeatedTest::count() — Method in class PHPUnit_Extensions_RepeatedTest
Counts the number of test cases that will be run by this test.
PHPUnit_Extensions_TestDecorator::count() — Method in class PHPUnit_Extensions_TestDecorator
Counts the number of test cases that will be run by this test.
PHPUnit_Extensions_TestDecorator::createResult() — Method in class PHPUnit_Extensions_TestDecorator
Creates a default TestResult object.
PHPUnit_Framework_Assert::callback() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_Callback matcher object.
PHPUnit_Framework_Assert::contains() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_TraversableContains matcher object.
PHPUnit_Framework_Assert::containsOnly() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_TraversableContainsOnly matcher object.
PHPUnit_Framework_Assert::containsOnlyInstancesOf() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_TraversableContainsOnly matcher object.
PHPUnit_Framework_Assert::classHasAttribute() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_ClassHasAttribute matcher object.
PHPUnit_Framework_Assert::classHasStaticAttribute() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_ClassHasStaticAttribute matcher object.
PHPUnit_Framework_Assert::countOf() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_Count matcher object.
PHPUnit_Framework_Constraint::count() — Method in class PHPUnit_Framework_Constraint
Counts the number of constraint elements.
$PHPUnit_Framework_Constraint_AndProperty in class PHPUnit_Framework_Constraint_And
PHPUnit_Framework_Constraint_And::count() — Method in class PHPUnit_Framework_Constraint_And
Counts the number of constraint elements.
PHPUnit_Framework_Constraint_Composite::count() — Method in class PHPUnit_Framework_Constraint_Composite
Counts the number of constraint elements.
$PHPUnit_Framework_Constraint_ExceptionProperty in class PHPUnit_Framework_Constraint_Exception
PHPUnit_Framework_Constraint_IsAnything::count() — Method in class PHPUnit_Framework_Constraint_IsAnything
Counts the number of constraint elements.
$PHPUnit_Framework_Constraint_IsEqualProperty in class PHPUnit_Framework_Constraint_IsEqual
$PHPUnit_Framework_Constraint_IsInstanceOfProperty in class PHPUnit_Framework_Constraint_IsInstanceOf
$PHPUnit_Framework_Constraint_NotProperty in class PHPUnit_Framework_Constraint_Not
PHPUnit_Framework_Constraint_Not::count() — Method in class PHPUnit_Framework_Constraint_Not
Counts the number of constraint elements.
$PHPUnit_Framework_Constraint_OrProperty in class PHPUnit_Framework_Constraint_Or
PHPUnit_Framework_Constraint_Or::count() — Method in class PHPUnit_Framework_Constraint_Or
Counts the number of constraint elements.
PHPUnit_Framework_Constraint_StringMatches::createPatternFromFormat() — Method in class PHPUnit_Framework_Constraint_StringMatches
$PHPUnit_Framework_Constraint_TraversableContainsProperty in class PHPUnit_Framework_Constraint_TraversableContains
$PHPUnit_Framework_Constraint_TraversableContainsProperty in class PHPUnit_Framework_Constraint_TraversableContains
$PHPUnit_Framework_Constraint_TraversableContainsOnlyProperty in class PHPUnit_Framework_Constraint_TraversableContainsOnly
$PHPUnit_Framework_Constraint_XorProperty in class PHPUnit_Framework_Constraint_Xor
PHPUnit_Framework_Constraint_Xor::count() — Method in class PHPUnit_Framework_Constraint_Xor
Counts the number of constraint elements.
$PHPUnit_Framework_ExceptionWrapperProperty in class PHPUnit_Framework_ExceptionWrapper
$PHPUnit_Framework_ExpectationFailedExceptionProperty in class PHPUnit_Framework_ExpectationFailedException
PHPUnit_Framework_TestCase::count() — Method in class PHPUnit_Framework_TestCase
Counts the number of test cases executed by run(TestResult result).
PHPUnit_Framework_TestCase::checkRequirements() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::createMock() — Method in class PHPUnit_Framework_TestCase
Returns a test double for the specified class.
PHPUnit_Framework_TestCase::createConfiguredMock() — Method in class PHPUnit_Framework_TestCase
Returns a configured test double for the specified class.
PHPUnit_Framework_TestCase::createPartialMock() — Method in class PHPUnit_Framework_TestCase
Returns a partial test double for the specified class.
PHPUnit_Framework_TestCase::createResult() — Method in class PHPUnit_Framework_TestCase
Creates a default TestResult object.
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
Code Coverage information.
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::count() — Method in class PHPUnit_Framework_TestResult
Gets the number of run tests.
PHPUnit_Framework_TestResult::convertErrorsToExceptions() — Method in class PHPUnit_Framework_TestResult
Enables or disables the error-to-exception conversion.
PHPUnit_Framework_TestSuite::count() — Method in class PHPUnit_Framework_TestSuite
Counts the number of test cases that will be run by this test.
PHPUnit_Framework_TestSuite::createTest() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::createResult() — Method in class PHPUnit_Framework_TestSuite
Creates a default TestResult object.
PHPUnit_Runner_BaseTestRunner::clearStatus() — Method in class PHPUnit_Runner_BaseTestRunner
Clears the status message.
PHPUnit_TextUI_Command::createRunner() — Method in class PHPUnit_TextUI_Command
Create a TestRunner, override in subclasses.
$PHPUnit_TextUI_ResultPrinterProperty in class PHPUnit_TextUI_ResultPrinter
$PHPUnit_TextUI_ResultPrinterProperty in class PHPUnit_TextUI_ResultPrinter
$PHPUnit_TextUI_TestRunnerProperty in class PHPUnit_TextUI_TestRunner
PHPUnit_TextUI_TestRunner::createTestResult() — Method in class PHPUnit_TextUI_TestRunner
PHPUnit_Util_Fileloader::checkAndLoad() — Method in class PHPUnit_Util_Fileloader
Checks if a PHP sourcefile is readable.
PHPUnit_Util_Filesystem::classNameToFilename() — Method in class PHPUnit_Util_Filesystem
Maps class names to source file names: - PEAR CS: Foo_Bar_Baz -> Foo/Bar/Baz.php - Namespace: Foo\Bar\Baz -> Foo/Bar/Baz.php
$PHPUnit_Util_Log_JSONProperty in class PHPUnit_Util_Log_JSON
$PHPUnit_Util_Log_JSONProperty in class PHPUnit_Util_Log_JSON
$PHPUnit_Util_Log_JSONProperty in class PHPUnit_Util_Log_JSON
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
PHPUnit_Util_PHP_Default::cleanup() — Method in class PHPUnit_Util_PHP_Default
PHPUnit_Util_String::convertToUtf8() — Method in class PHPUnit_Util_String
Converts a string to UTF-8 encoding.
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
PHPUnit_Util_TestSuiteIterator::current() — Method in class PHPUnit_Util_TestSuiteIterator
Returns the current element.

D

PHPUnit_Framework_Assert::directoryExists() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_DirectoryExists matcher object.
$PHPUnit_Framework_Constraint_IsEqualProperty in class PHPUnit_Framework_Constraint_IsEqual
PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::determineJsonError() — Method in class PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider
Translates JSON error to a human readable string.
PHPUnit_Framework_TestCase::doesNotPerformAssertions() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::dataDescription() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Runner_Filter_GroupFilterIterator::doAccept() — Method in class PHPUnit_Runner_Filter_GroupFilterIterator
PHPUnit_Runner_Filter_Group_Exclude::doAccept() — Method in class PHPUnit_Runner_Filter_Group_Exclude
PHPUnit_Runner_Filter_Group_Include::doAccept() — Method in class PHPUnit_Runner_Filter_Group_Include
$PHPUnit_TextUI_ResultPrinterProperty in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_TestRunner::doRun() — Method in class PHPUnit_TextUI_TestRunner
$PHPUnit_Util_ConfigurationProperty in class PHPUnit_Util_Configuration
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
PHPUnit_Util_Test::describe() — Method in class PHPUnit_Util_Test
PHPUnit_Util_TestDox_ResultPrinter::doEndClass() — Method in class PHPUnit_Util_TestDox_ResultPrinter

E

PHPUnit_Extensions_TicketListener::endTestSuite() — Method in class PHPUnit_Extensions_TicketListener
A test suite ended.
PHPUnit_Extensions_TicketListener::endTest() — Method in class PHPUnit_Extensions_TicketListener
A test ended.
PHPUnit_Framework_Assert::equalTo() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsEqual matcher object.
PHPUnit_Framework_BaseTestListener::endTestSuite() — Method in class PHPUnit_Framework_BaseTestListener
A test suite ended.
PHPUnit_Framework_BaseTestListener::endTest() — Method in class PHPUnit_Framework_BaseTestListener
A test ended.
$PHPUnit_Framework_ConstraintProperty in class PHPUnit_Framework_Constraint
PHPUnit_Framework_Constraint::evaluate() — Method in class PHPUnit_Framework_Constraint
Evaluates the constraint for parameter $other
PHPUnit_Framework_Constraint_And::evaluate() — Method in class PHPUnit_Framework_Constraint_And
Evaluates the constraint for parameter $other
PHPUnit_Framework_Constraint_Attribute::evaluate() — Method in class PHPUnit_Framework_Constraint_Attribute
Evaluates the constraint for parameter $other
PHPUnit_Framework_Constraint_Composite::evaluate() — Method in class PHPUnit_Framework_Constraint_Composite
Evaluates the constraint for parameter $other
$PHPUnit_Framework_Constraint_CountProperty in class PHPUnit_Framework_Constraint_Count
$PHPUnit_Framework_Constraint_ExceptionCodeProperty in class PHPUnit_Framework_Constraint_ExceptionCode
$PHPUnit_Framework_Constraint_ExceptionMessageProperty in class PHPUnit_Framework_Constraint_ExceptionMessage
$PHPUnit_Framework_Constraint_ExceptionMessageRegExpProperty in class PHPUnit_Framework_Constraint_ExceptionMessageRegExp
PHPUnit_Framework_Constraint_IsAnything::evaluate() — Method in class PHPUnit_Framework_Constraint_IsAnything
Evaluates the constraint for parameter $other
PHPUnit_Framework_Constraint_IsEqual::evaluate() — Method in class PHPUnit_Framework_Constraint_IsEqual
Evaluates the constraint for parameter $other
PHPUnit_Framework_Constraint_IsIdentical::evaluate() — Method in class PHPUnit_Framework_Constraint_IsIdentical
Evaluates the constraint for parameter $other
PHPUnit_Framework_Constraint_Not::evaluate() — Method in class PHPUnit_Framework_Constraint_Not
Evaluates the constraint for parameter $other
PHPUnit_Framework_Constraint_Or::evaluate() — Method in class PHPUnit_Framework_Constraint_Or
Evaluates the constraint for parameter $other
$PHPUnit_Framework_Constraint_SameSizeProperty in class PHPUnit_Framework_Constraint_SameSize
PHPUnit_Framework_Constraint_TraversableContainsOnly::evaluate() — Method in class PHPUnit_Framework_Constraint_TraversableContainsOnly
Evaluates the constraint for parameter $other
PHPUnit_Framework_Constraint_Xor::evaluate() — Method in class PHPUnit_Framework_Constraint_Xor
Evaluates the constraint for parameter $other
$PHPUnit_Framework_Error_DeprecatedProperty in class PHPUnit_Framework_Error_Deprecated
$PHPUnit_Framework_Error_NoticeProperty in class PHPUnit_Framework_Error_Notice
$PHPUnit_Framework_Error_WarningProperty in class PHPUnit_Framework_Error_Warning
PHPUnit_Framework_TestCase::expectOutputRegex() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::expectOutputString() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::expectException() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::expectExceptionCode() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::expectExceptionMessage() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::expectExceptionMessageRegExp() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::exactly() — Method in class PHPUnit_Framework_TestCase
Returns a matcher that matches when the method is executed exactly $count times.
PHPUnit_Framework_TestFailure::exceptionToString() — Method in class PHPUnit_Framework_TestFailure
Returns a description for an exception.
PHPUnit_Framework_TestFailure::exceptionMessage() — Method in class PHPUnit_Framework_TestFailure
Returns the exception's message.
PHPUnit_Framework_TestListener::endTestSuite() — Method in class PHPUnit_Framework_TestListener
A test suite ended.
PHPUnit_Framework_TestListener::endTest() — Method in class PHPUnit_Framework_TestListener
A test ended.
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::endTestSuite() — Method in class PHPUnit_Framework_TestResult
Informs the result that a testsuite was completed.
PHPUnit_Framework_TestResult::endTest() — Method in class PHPUnit_Framework_TestResult
Informs the result that a test was completed.
PHPUnit_Framework_TestResult::errorCount() — Method in class PHPUnit_Framework_TestResult
Gets the number of detected errors.
PHPUnit_Framework_TestResult::errors() — Method in class PHPUnit_Framework_TestResult
Returns an Enumeration for the errors.
PHPUnit_Framework_TestResult::enforceTimeLimit() — Method in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::enforcesTimeLimit() — Method in class PHPUnit_Framework_TestResult
PHPUnit_TextUI_ResultPrinter::endTestSuite() — Method in class PHPUnit_TextUI_ResultPrinter
A testsuite ended.
PHPUnit_TextUI_ResultPrinter::endTest() — Method in class PHPUnit_TextUI_ResultPrinter
A test ended.
$PHPUnit_Util_ErrorHandlerProperty in class PHPUnit_Util_ErrorHandler
PHPUnit_Util_GlobalState::exportVariable() — Method in class PHPUnit_Util_GlobalState
PHPUnit_Util_Log_JSON::endTestSuite() — Method in class PHPUnit_Util_Log_JSON
A testsuite ended.
PHPUnit_Util_Log_JSON::endTest() — Method in class PHPUnit_Util_Log_JSON
A test ended.
PHPUnit_Util_Log_JUnit::endTestSuite() — Method in class PHPUnit_Util_Log_JUnit
A testsuite ended.
PHPUnit_Util_Log_JUnit::endTest() — Method in class PHPUnit_Util_Log_JUnit
A test ended.
PHPUnit_Util_Log_TAP::endTestSuite() — Method in class PHPUnit_Util_Log_TAP
A testsuite ended.
PHPUnit_Util_Log_TAP::endTest() — Method in class PHPUnit_Util_Log_TAP
A test ended.
PHPUnit_Util_Log_TeamCity::endTestSuite() — Method in class PHPUnit_Util_Log_TeamCity
A testsuite ended.
PHPUnit_Util_Log_TeamCity::endTest() — Method in class PHPUnit_Util_Log_TeamCity
A test ended.
$PHPUnit_Util_PHPProperty in class PHPUnit_Util_PHP
PHPUnit_Util_TestDox_ResultPrinter::endTestSuite() — Method in class PHPUnit_Util_TestDox_ResultPrinter
A testsuite ended.
PHPUnit_Util_TestDox_ResultPrinter::endTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter
A test ended.
PHPUnit_Util_TestDox_ResultPrinter::endClass() — Method in class PHPUnit_Util_TestDox_ResultPrinter
Handler for 'end class' event.
PHPUnit_Util_TestDox_ResultPrinter::endRun() — Method in class PHPUnit_Util_TestDox_ResultPrinter
Handler for 'end run' event.
PHPUnit_Util_TestDox_ResultPrinter_HTML::endClass() — Method in class PHPUnit_Util_TestDox_ResultPrinter_HTML
Handler for 'end class' event.
PHPUnit_Util_TestDox_ResultPrinter_HTML::endRun() — Method in class PHPUnit_Util_TestDox_ResultPrinter_HTML
Handler for 'end run' event.
PHPUnit_Util_TestDox_ResultPrinter_Text::endClass() — Method in class PHPUnit_Util_TestDox_ResultPrinter_Text
Handler for 'end class' event.
PHPUnit_Util_TestDox_ResultPrinter_XML::endTestSuite() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
A test suite ended.
PHPUnit_Util_TestDox_ResultPrinter_XML::endTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
A test ended.

F

PHPUnit_Framework_Assert::fileExists() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_FileExists matcher object.
PHPUnit_Framework_Assert::fail() — Method in class PHPUnit_Framework_Assert
Fails a test with the given message.
PHPUnit_Framework_Constraint::fail() — Method in class PHPUnit_Framework_Constraint
Throws an exception for the given compared value and test description
PHPUnit_Framework_Constraint::failureDescription() — Method in class PHPUnit_Framework_Constraint
Returns the description of the failure
PHPUnit_Framework_Constraint_ArrayHasKey::failureDescription() — Method in class PHPUnit_Framework_Constraint_ArrayHasKey
Returns the description of the failure
PHPUnit_Framework_Constraint_ArraySubset::failureDescription() — Method in class PHPUnit_Framework_Constraint_ArraySubset
Returns the description of the failure
PHPUnit_Framework_Constraint_Attribute::failureDescription() — Method in class PHPUnit_Framework_Constraint_Attribute
Returns the description of the failure
PHPUnit_Framework_Constraint_ClassHasAttribute::failureDescription() — Method in class PHPUnit_Framework_Constraint_ClassHasAttribute
Returns the description of the failure
PHPUnit_Framework_Constraint_Count::failureDescription() — Method in class PHPUnit_Framework_Constraint_Count
Returns the description of the failure.
PHPUnit_Framework_Constraint_DirectoryExists::failureDescription() — Method in class PHPUnit_Framework_Constraint_DirectoryExists
Returns the description of the failure
PHPUnit_Framework_Constraint_Exception::failureDescription() — Method in class PHPUnit_Framework_Constraint_Exception
Returns the description of the failure
PHPUnit_Framework_Constraint_ExceptionCode::failureDescription() — Method in class PHPUnit_Framework_Constraint_ExceptionCode
Returns the description of the failure
PHPUnit_Framework_Constraint_ExceptionMessage::failureDescription() — Method in class PHPUnit_Framework_Constraint_ExceptionMessage
Returns the description of the failure
PHPUnit_Framework_Constraint_ExceptionMessageRegExp::failureDescription() — Method in class PHPUnit_Framework_Constraint_ExceptionMessageRegExp
Returns the description of the failure
PHPUnit_Framework_Constraint_FileExists::failureDescription() — Method in class PHPUnit_Framework_Constraint_FileExists
Returns the description of the failure
PHPUnit_Framework_Constraint_IsEmpty::failureDescription() — Method in class PHPUnit_Framework_Constraint_IsEmpty
Returns the description of the failure
PHPUnit_Framework_Constraint_IsIdentical::failureDescription() — Method in class PHPUnit_Framework_Constraint_IsIdentical
Returns the description of the failure
PHPUnit_Framework_Constraint_IsInstanceOf::failureDescription() — Method in class PHPUnit_Framework_Constraint_IsInstanceOf
Returns the description of the failure
PHPUnit_Framework_Constraint_IsJson::failureDescription() — Method in class PHPUnit_Framework_Constraint_IsJson
Returns the description of the failure
PHPUnit_Framework_Constraint_IsReadable::failureDescription() — Method in class PHPUnit_Framework_Constraint_IsReadable
Returns the description of the failure
PHPUnit_Framework_Constraint_IsWritable::failureDescription() — Method in class PHPUnit_Framework_Constraint_IsWritable
Returns the description of the failure
PHPUnit_Framework_Constraint_Not::failureDescription() — Method in class PHPUnit_Framework_Constraint_Not
Returns the description of the failure
PHPUnit_Framework_Constraint_StringMatches::failureDescription() — Method in class PHPUnit_Framework_Constraint_StringMatches
Returns the description of the failure
PHPUnit_Framework_Constraint_TraversableContains::failureDescription() — Method in class PHPUnit_Framework_Constraint_TraversableContains
Returns the description of the failure
$PHPUnit_Framework_TestFailureProperty in class PHPUnit_Framework_TestFailure
PHPUnit_Framework_TestFailure::failedTest() — Method in class PHPUnit_Framework_TestFailure
Returns the failing test.
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::flushListeners() — Method in class PHPUnit_Framework_TestResult
Flushes all flushable TestListeners.
PHPUnit_Framework_TestResult::failureCount() — Method in class PHPUnit_Framework_TestResult
Gets the number of detected failures.
PHPUnit_Framework_TestResult::failures() — Method in class PHPUnit_Framework_TestResult
Returns an Enumeration for the failures.
$PHPUnit_Framework_TestSuiteProperty in class PHPUnit_Framework_TestSuite
PHPUnit_Runner_Filter_Factory::factory() — Method in class PHPUnit_Runner_Filter_Factory
$PHPUnit_Runner_Filter_TestProperty in class PHPUnit_Runner_Filter_Test
$PHPUnit_Runner_Filter_TestProperty in class PHPUnit_Runner_Filter_Test
$PHPUnit_Runner_Filter_TestProperty in class PHPUnit_Runner_Filter_Test
PHPUnit_TextUI_ResultPrinter::formatWithColor() — Method in class PHPUnit_TextUI_ResultPrinter
Formats a buffer with a specified ANSI color sequence if colors are enabled.
$PHPUnit_Util_ConfigurationProperty in class PHPUnit_Util_Configuration
PHPUnit_Util_InvalidArgumentHelper::factory() — Method in class PHPUnit_Util_InvalidArgumentHelper
PHPUnit_Util_Log_JUnit::flush() — Method in class PHPUnit_Util_Log_JUnit
Flush buffer and close output.
PHPUnit_Util_PHP::factory() — Method in class PHPUnit_Util_PHP
PHPUnit_Util_Printer::flush() — Method in class PHPUnit_Util_Printer
Flush buffer and close output if it's not to a PHP stream
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
PHPUnit_Util_TestDox_ResultPrinter::flush() — Method in class PHPUnit_Util_TestDox_ResultPrinter
Flush buffer and close output.
PHPUnit_Util_TestDox_ResultPrinter_XML::flush() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
Flush buffer and close output.

G

PHPUnit_Extensions_PhptTestCase::getName() — Method in class PHPUnit_Extensions_PhptTestCase
Returns the name of the test case.
PHPUnit_Extensions_TestDecorator::getTest() — Method in class PHPUnit_Extensions_TestDecorator
Returns the test to be run.
PHPUnit_Extensions_TicketListener::getTicketInfo() — Method in class PHPUnit_Extensions_TicketListener
PHPUnit_Framework_Assert::greaterThan() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_GreaterThan matcher object.
PHPUnit_Framework_Assert::greaterThanOrEqual() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_Or matcher object that wraps a PHPUnit_Framework_Constraint_IsEqual and a PHPUnit_Framework_Constraint_GreaterThan matcher object.
PHPUnit_Framework_Assert::getStaticAttribute() — Method in class PHPUnit_Framework_Assert
Returns the value of a static attribute.
PHPUnit_Framework_Assert::getObjectAttribute() — Method in class PHPUnit_Framework_Assert
Returns the value of an object's attribute.
PHPUnit_Framework_Assert::getCount() — Method in class PHPUnit_Framework_Assert
Return the current assertion count.
PHPUnit_Framework_Constraint_Count::getCountOf() — Method in class PHPUnit_Framework_Constraint_Count
PHPUnit_Framework_Constraint_Count::getCountOfGenerator() — Method in class PHPUnit_Framework_Constraint_Count
Returns the total number of iterations from a generator.
PHPUnit_Framework_Exception::getSerializableTrace() — Method in class PHPUnit_Framework_Exception
Returns the serializable trace (without 'args').
PHPUnit_Framework_ExceptionWrapper::getClassName() — Method in class PHPUnit_Framework_ExceptionWrapper
PHPUnit_Framework_ExceptionWrapper::getPreviousWrapped() — Method in class PHPUnit_Framework_ExceptionWrapper
PHPUnit_Framework_ExpectationFailedException::getComparisonFailure() — Method in class PHPUnit_Framework_ExpectationFailedException
PHPUnit_Framework_IncompleteTestCase::getMessage() — Method in class PHPUnit_Framework_IncompleteTestCase
PHPUnit_Framework_SkippedTestCase::getMessage() — Method in class PHPUnit_Framework_SkippedTestCase
PHPUnit_Framework_SyntheticError::getSyntheticFile() — Method in class PHPUnit_Framework_SyntheticError
PHPUnit_Framework_SyntheticError::getSyntheticLine() — Method in class PHPUnit_Framework_SyntheticError
PHPUnit_Framework_SyntheticError::getSyntheticTrace() — Method in class PHPUnit_Framework_SyntheticError
PHPUnit_Framework_TestCase::getGroups() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::getAnnotations() — Method in class PHPUnit_Framework_TestCase
Returns the annotations for this test.
PHPUnit_Framework_TestCase::getName() — Method in class PHPUnit_Framework_TestCase
Gets the name of a TestCase.
PHPUnit_Framework_TestCase::getSize() — Method in class PHPUnit_Framework_TestCase
Returns the size of the test.
PHPUnit_Framework_TestCase::getActualOutput() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::getExpectedException() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::getStatus() — Method in class PHPUnit_Framework_TestCase
Returns the status of this test.
PHPUnit_Framework_TestCase::getStatusMessage() — Method in class PHPUnit_Framework_TestCase
Returns the status message of this test.
PHPUnit_Framework_TestCase::getResult() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::getTestResultObject() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::getMockBuilder() — Method in class PHPUnit_Framework_TestCase
Returns a builder object to create mock objects using a fluent interface.
PHPUnit_Framework_TestCase::getMock() — Method in class PHPUnit_Framework_TestCase
Returns a mock object for the specified class.
PHPUnit_Framework_TestCase::getMockWithoutInvokingTheOriginalConstructor() — Method in class PHPUnit_Framework_TestCase
Returns a mock with disabled constructor object for the specified class.
PHPUnit_Framework_TestCase::getMockClass() — Method in class PHPUnit_Framework_TestCase
Mocks the specified class and returns the name of the mocked class.
PHPUnit_Framework_TestCase::getMockForAbstractClass() — Method in class PHPUnit_Framework_TestCase
Returns a mock object for the specified abstract class with all abstract methods of the class mocked. Concrete methods are not mocked by default.
PHPUnit_Framework_TestCase::getMockFromWsdl() — Method in class PHPUnit_Framework_TestCase
Returns a mock object based on the given WSDL file.
PHPUnit_Framework_TestCase::getMockForTrait() — Method in class PHPUnit_Framework_TestCase
Returns a mock object for the specified trait with all abstract methods of the trait mocked. Concrete methods to mock can be specified with the $mockedMethods parameter.
PHPUnit_Framework_TestCase::getObjectForTrait() — Method in class PHPUnit_Framework_TestCase
Returns an object for the specified trait.
PHPUnit_Framework_TestCase::getNumAssertions() — Method in class PHPUnit_Framework_TestCase
Returns the number of assertions performed by this test.
PHPUnit_Framework_TestCase::getDataSetAsString() — Method in class PHPUnit_Framework_TestCase
Gets the data set description of a TestCase.
PHPUnit_Framework_TestCase::getProvidedData() — Method in class PHPUnit_Framework_TestCase
Gets the data set of a TestCase.
PHPUnit_Framework_TestCase::getMockObjectGenerator() — Method in class PHPUnit_Framework_TestCase
Get the mock object generator, creating it if it doesn't exist.
PHPUnit_Framework_TestFailure::getExceptionAsString() — Method in class PHPUnit_Framework_TestFailure
Returns a description for the thrown exception.
PHPUnit_Framework_TestFailure::getTestName() — Method in class PHPUnit_Framework_TestFailure
Returns the name of the failing test (including data set, if any).
PHPUnit_Framework_TestResult::getCollectCodeCoverageInformation() — Method in class PHPUnit_Framework_TestResult
Returns whether code coverage information should be collected.
PHPUnit_Framework_TestResult::getCodeCoverage() — Method in class PHPUnit_Framework_TestResult
Returns the code coverage object.
PHPUnit_Framework_TestResult::getConvertErrorsToExceptions() — Method in class PHPUnit_Framework_TestResult
Returns the error-to-exception conversion setting.
PHPUnit_Framework_TestResult::getTimeoutForLargeTests() — Method in class PHPUnit_Framework_TestResult
Returns the set timeout for large tests.
PHPUnit_Framework_TestResult::getHierarchy() — Method in class PHPUnit_Framework_TestResult
Returns the class hierarchy for a given class.
$PHPUnit_Framework_TestSuiteProperty in class PHPUnit_Framework_TestSuite
The test groups of the test suite.
PHPUnit_Framework_TestSuite::getName() — Method in class PHPUnit_Framework_TestSuite
Returns the name of the suite.
PHPUnit_Framework_TestSuite::getGroups() — Method in class PHPUnit_Framework_TestSuite
Returns the test groups of the suite.
PHPUnit_Framework_TestSuite::getGroupDetails() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::getIterator() — Method in class PHPUnit_Framework_TestSuite
Returns an iterator for this test suite.
PHPUnit_Framework_WarningTestCase::getMessage() — Method in class PHPUnit_Framework_WarningTestCase
PHPUnit_Runner_BaseTestRunner::getLoader() — Method in class PHPUnit_Runner_BaseTestRunner
Returns the loader to be used.
PHPUnit_Runner_BaseTestRunner::getTest() — Method in class PHPUnit_Runner_BaseTestRunner
Returns the Test corresponding to the given suite.
$PHPUnit_Runner_Filter_GroupFilterIteratorProperty in class PHPUnit_Runner_Filter_GroupFilterIterator
PHPUnit_Runner_Version::getVersionString() — Method in class PHPUnit_Runner_Version
PHPUnit_Runner_Version::getReleaseChannel() — Method in class PHPUnit_Runner_Version
PHPUnit_TextUI_TestRunner::getLoader() — Method in class PHPUnit_TextUI_TestRunner
Returns the loader to be used.
PHPUnit_Util_Blacklist::getBlacklistedDirectories() — Method in class PHPUnit_Util_Blacklist
PHPUnit_Util_Configuration::getInstance() — Method in class PHPUnit_Util_Configuration
Returns a PHPUnit configuration object.
PHPUnit_Util_Configuration::getFilename() — Method in class PHPUnit_Util_Configuration
Returns the realpath to the configuration file.
PHPUnit_Util_Configuration::getFilterConfiguration() — Method in class PHPUnit_Util_Configuration
Returns the configuration for SUT filtering.
PHPUnit_Util_Configuration::getGroupConfiguration() — Method in class PHPUnit_Util_Configuration
Returns the configuration for groups.
PHPUnit_Util_Configuration::getTestdoxGroupConfiguration() — Method in class PHPUnit_Util_Configuration
Returns the configuration for testdox groups.
PHPUnit_Util_Configuration::getListenerConfiguration() — Method in class PHPUnit_Util_Configuration
Returns the configuration for listeners.
PHPUnit_Util_Configuration::getLoggingConfiguration() — Method in class PHPUnit_Util_Configuration
Returns the logging configuration.
PHPUnit_Util_Configuration::getPHPConfiguration() — Method in class PHPUnit_Util_Configuration
Returns the PHP configuration.
PHPUnit_Util_Configuration::getPHPUnitConfiguration() — Method in class PHPUnit_Util_Configuration
Returns the PHPUnit configuration.
PHPUnit_Util_Configuration::getTestSuiteConfiguration() — Method in class PHPUnit_Util_Configuration
Returns the test suite configuration.
PHPUnit_Util_Configuration::getTestSuiteNames() — Method in class PHPUnit_Util_Configuration
Returns the test suite names from the configuration.
PHPUnit_Util_Configuration::getTestSuite() — Method in class PHPUnit_Util_Configuration
PHPUnit_Util_Configuration::getBoolean() — Method in class PHPUnit_Util_Configuration
PHPUnit_Util_Configuration::getInteger() — Method in class PHPUnit_Util_Configuration
PHPUnit_Util_ConfigurationGenerator::generateDefaultConfiguration() — Method in class PHPUnit_Util_ConfigurationGenerator
PHPUnit_Util_ErrorHandler::getErrorStack() — Method in class PHPUnit_Util_ErrorHandler
Returns the error stack.
PHPUnit_Util_Filter::getFilteredStacktrace() — Method in class PHPUnit_Util_Filter
Filters stack frames from PHPUnit classes.
PHPUnit_Util_Getopt::getopt() — Method in class PHPUnit_Util_Getopt
PHPUnit_Util_GlobalState::getIncludedFilesAsString() — Method in class PHPUnit_Util_GlobalState
PHPUnit_Util_GlobalState::getIniSettingsAsString() — Method in class PHPUnit_Util_GlobalState
PHPUnit_Util_GlobalState::getConstantsAsString() — Method in class PHPUnit_Util_GlobalState
PHPUnit_Util_GlobalState::getGlobalsAsString() — Method in class PHPUnit_Util_GlobalState
PHPUnit_Util_GlobalState::getSuperGlobalArrays() — Method in class PHPUnit_Util_GlobalState
PHPUnit_Util_Log_JUnit::getXML() — Method in class PHPUnit_Util_Log_JUnit
Returns the XML as a string.
PHPUnit_Util_PHP::getStdin() — Method in class PHPUnit_Util_PHP
Returns the input string to be sent via STDIN
PHPUnit_Util_PHP::getArgs() — Method in class PHPUnit_Util_PHP
Returns the string of arguments to pass to the php job
PHPUnit_Util_PHP::getEnv() — Method in class PHPUnit_Util_PHP
Returns the array of environment variables to start the child process with
PHPUnit_Util_PHP::getTimeout() — Method in class PHPUnit_Util_PHP
Returns the amount of seconds to wait before timing out
PHPUnit_Util_PHP::getCommand() — Method in class PHPUnit_Util_PHP
Returns the command based into the configurations.
PHPUnit_Util_PHP_Default::getHandles() — Method in class PHPUnit_Util_PHP_Default
Returns an array of file handles to be used in place of pipes
PHPUnit_Util_PHP_Windows::getHandles() — Method in class PHPUnit_Util_PHP_Windows
Returns an array of file handles to be used in place of pipes
PHPUnit_Util_PHP_Windows::getCommand() — Method in class PHPUnit_Util_PHP_Windows
Returns the command based into the configurations.
PHPUnit_Util_Printer::getAutoFlush() — Method in class PHPUnit_Util_Printer
Check auto-flush mode.
PHPUnit_Util_Test::getLinesToBeCovered() — Method in class PHPUnit_Util_Test
PHPUnit_Util_Test::getLinesToBeUsed() — Method in class PHPUnit_Util_Test
Returns lines of code specified with the @uses annotation.
PHPUnit_Util_Test::getRequirements() — Method in class PHPUnit_Util_Test
Returns the requirements for a test.
PHPUnit_Util_Test::getMissingRequirements() — Method in class PHPUnit_Util_Test
Returns the missing requirements for a test.
PHPUnit_Util_Test::getExpectedException() — Method in class PHPUnit_Util_Test
Returns the expected exception for a test.
PHPUnit_Util_Test::getProvidedData() — Method in class PHPUnit_Util_Test
Returns the provided data for a method.
PHPUnit_Util_Test::getDataFromTestWithAnnotation() — Method in class PHPUnit_Util_Test
PHPUnit_Util_Test::getInlineAnnotations() — Method in class PHPUnit_Util_Test
PHPUnit_Util_Test::getBackupSettings() — Method in class PHPUnit_Util_Test
Returns the backup settings for a test.
PHPUnit_Util_Test::getDependencies() — Method in class PHPUnit_Util_Test
Returns the dependencies for a test class or method.
PHPUnit_Util_Test::getErrorHandlerSettings() — Method in class PHPUnit_Util_Test
Returns the error handler settings for a test.
PHPUnit_Util_Test::getGroups() — Method in class PHPUnit_Util_Test
Returns the groups for a test class or method.
PHPUnit_Util_Test::getSize() — Method in class PHPUnit_Util_Test
Returns the size of the test.
PHPUnit_Util_Test::getTickets() — Method in class PHPUnit_Util_Test
Returns the tickets for a test class or method.
PHPUnit_Util_Test::getProcessIsolationSettings() — Method in class PHPUnit_Util_Test
Returns the process isolation settings for a test.
PHPUnit_Util_Test::getPreserveGlobalStateSettings() — Method in class PHPUnit_Util_Test
Returns the preserve global state settings for a test.
PHPUnit_Util_Test::getHookMethods() — Method in class PHPUnit_Util_Test
PHPUnit_Util_TestSuiteIterator::getChildren() — Method in class PHPUnit_Util_TestSuiteIterator
Returns the sub iterator for the current element.

H

PHPUnit_Framework_TestCase::hasSize() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::hasOutput() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::hasPerformedExpectationsOnOutput() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::hasExpectationOnOutput() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::hasFailed() — Method in class PHPUnit_Framework_TestCase
Returns whether or not this test has failed.
PHPUnit_Framework_TestCase::hasDependencies() — Method in class PHPUnit_Framework_TestCase
Returns true if the tests has dependencies
PHPUnit_Framework_TestCase::handleDependencies() — Method in class PHPUnit_Framework_TestCase
PHPUnit_TextUI_Command::handleArguments() — Method in class PHPUnit_TextUI_Command
Handles the command-line arguments.
PHPUnit_TextUI_Command::handleLoader() — Method in class PHPUnit_TextUI_Command
Handles the loading of the PHPUnit_Runner_TestSuiteLoader implementation.
PHPUnit_TextUI_Command::handlePrinter() — Method in class PHPUnit_TextUI_Command
Handles the loading of the PHPUnit_Util_Printer implementation.
PHPUnit_TextUI_Command::handleBootstrap() — Method in class PHPUnit_TextUI_Command
Loads a bootstrap file.
PHPUnit_TextUI_Command::handleSelfUpdate() — Method in class PHPUnit_TextUI_Command
PHPUnit_TextUI_Command::handleVersionCheck() — Method in class PHPUnit_TextUI_Command
PHPUnit_TextUI_Command::handleCustomTestSuite() — Method in class PHPUnit_TextUI_Command
Custom callback for test suite discovery.
PHPUnit_TextUI_TestRunner::handleConfiguration() — Method in class PHPUnit_TextUI_TestRunner
PHPUnit_Util_Configuration::handlePHPConfiguration() — Method in class PHPUnit_Util_Configuration
Handles the PHP configuration.
PHPUnit_Util_ErrorHandler::handleError() — Method in class PHPUnit_Util_ErrorHandler
PHPUnit_Util_ErrorHandler::handleErrorOnce() — Method in class PHPUnit_Util_ErrorHandler
Registers an error handler and returns a function that will restore the previous handler when invoked
PHPUnit_Util_TestSuiteIterator::hasChildren() — Method in class PHPUnit_Util_TestSuiteIterator
Checks whether the current element has children.

I

PHPUnit_Framework_Assert::isTrue() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsTrue matcher object.
PHPUnit_Framework_Assert::isFalse() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsFalse matcher object.
PHPUnit_Framework_Assert::isJson() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsJson matcher object.
PHPUnit_Framework_Assert::isNull() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsNull matcher object.
PHPUnit_Framework_Assert::isFinite() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsFinite matcher object.
PHPUnit_Framework_Assert::isInfinite() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsInfinite matcher object.
PHPUnit_Framework_Assert::isNan() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsNan matcher object.
PHPUnit_Framework_Assert::isEmpty() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsEmpty matcher object.
PHPUnit_Framework_Assert::isWritable() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsWritable matcher object.
PHPUnit_Framework_Assert::isReadable() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsReadable matcher object.
PHPUnit_Framework_Assert::identicalTo() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsIdentical matcher object.
PHPUnit_Framework_Assert::isInstanceOf() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsInstanceOf matcher object.
PHPUnit_Framework_Assert::isType() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_IsType matcher object.
$PHPUnit_Framework_Constraint_CompositeProperty in class PHPUnit_Framework_Constraint_Composite
$PHPUnit_Framework_Constraint_IsEqualProperty in class PHPUnit_Framework_Constraint_IsEqual
$PHPUnit_Framework_Constraint_StringContainsProperty in class PHPUnit_Framework_Constraint_StringContains
PHPUnit_Framework_TestCase::isSmall() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::isMedium() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::isLarge() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::isInIsolation() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::iniSet() — Method in class PHPUnit_Framework_TestCase
This method is a wrapper for the ini_set() function that automatically resets the modified php.ini setting to its original value after the test is run.
PHPUnit_Framework_TestFailure::isFailure() — Method in class PHPUnit_Framework_TestFailure
Returns true if the thrown exception is of type AssertionFailedError.
PHPUnit_Framework_TestResult::isStrictAboutTestsThatDoNotTestAnything() — Method in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::isStrictAboutOutputDuringTests() — Method in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::isStrictAboutResourceUsageDuringSmallTests() — Method in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::isStrictAboutTodoAnnotatedTests() — Method in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestSuite::isTestMethod() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::incompleteTest() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::injectFilter() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Runner_Version::id() — Method in class PHPUnit_Runner_Version
Returns the current version of PHPUnit.
PHPUnit_Util_Blacklist::isBlacklisted() — Method in class PHPUnit_Util_Blacklist
PHPUnit_Util_Printer::incrementalFlush() — Method in class PHPUnit_Util_Printer
Performs a safe, incremental flush.
PHPUnit_Util_String::isUtf8() — Method in class PHPUnit_Util_String
Checks a string for UTF-8 encoding.
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
PHPUnit_Util_Type::isType() — Method in class PHPUnit_Util_Type

K

$PHPUnit_Framework_Constraint_ArrayHasKeyProperty in class PHPUnit_Framework_Constraint_ArrayHasKey
PHPUnit_Util_TestSuiteIterator::key() — Method in class PHPUnit_Util_TestSuiteIterator
Returns the key of the current element.

L

PHPUnit_Framework_Assert::logicalAnd() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_And matcher object.
PHPUnit_Framework_Assert::logicalOr() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_Or matcher object.
PHPUnit_Framework_Assert::logicalNot() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_Not matcher object.
PHPUnit_Framework_Assert::logicalXor() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_Xor matcher object.
PHPUnit_Framework_Assert::lessThan() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_LessThan matcher object.
PHPUnit_Framework_Assert::lessThanOrEqual() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_Or matcher object that wraps a PHPUnit_Framework_Constraint_IsEqual and a PHPUnit_Framework_Constraint_LessThan matcher object.
$PHPUnit_Framework_Constraint_AndProperty in class PHPUnit_Framework_Constraint_And
$PHPUnit_Framework_Constraint_IsEqualProperty in class PHPUnit_Framework_Constraint_IsEqual
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Runner_BaseTestRunner::loadSuiteClass() — Method in class PHPUnit_Runner_BaseTestRunner
Returns the loaded ReflectionClass for a suite name.
PHPUnit_Runner_StandardTestSuiteLoader::load() — Method in class PHPUnit_Runner_StandardTestSuiteLoader
PHPUnit_Runner_TestSuiteLoader::load() — Method in class PHPUnit_Runner_TestSuiteLoader
$PHPUnit_TextUI_CommandProperty in class PHPUnit_TextUI_Command
$PHPUnit_TextUI_ResultPrinterProperty in class PHPUnit_TextUI_ResultPrinter
$PHPUnit_TextUI_TestRunnerProperty in class PHPUnit_TextUI_TestRunner
PHPUnit_Util_Fileloader::load() — Method in class PHPUnit_Util_Fileloader
Loads a PHP sourcefile.
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
PHPUnit_Util_XML::load() — Method in class PHPUnit_Util_XML
Load an $actual document into a DOMDocument. This is called from the selector assertions.
PHPUnit_Util_XML::loadFile() — Method in class PHPUnit_Util_XML
Loads an XML (or HTML) file into a DOMDocument object.

M

PHPUnit_Framework_Assert::matchesRegularExpression() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_PCREMatch matcher object.
PHPUnit_Framework_Assert::matches() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_StringMatches matcher object.
PHPUnit_Framework_Assert::markTestIncomplete() — Method in class PHPUnit_Framework_Assert
Mark the test as incomplete.
PHPUnit_Framework_Assert::markTestSkipped() — Method in class PHPUnit_Framework_Assert
Mark the test as skipped.
PHPUnit_Framework_Constraint::matches() — Method in class PHPUnit_Framework_Constraint
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ArrayHasKey::matches() — Method in class PHPUnit_Framework_Constraint_ArrayHasKey
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ArraySubset::matches() — Method in class PHPUnit_Framework_Constraint_ArraySubset
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_Callback::matches() — Method in class PHPUnit_Framework_Constraint_Callback
Evaluates the constraint for parameter $value. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ClassHasAttribute::matches() — Method in class PHPUnit_Framework_Constraint_ClassHasAttribute
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ClassHasStaticAttribute::matches() — Method in class PHPUnit_Framework_Constraint_ClassHasStaticAttribute
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_Count::matches() — Method in class PHPUnit_Framework_Constraint_Count
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_DirectoryExists::matches() — Method in class PHPUnit_Framework_Constraint_DirectoryExists
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_Exception::matches() — Method in class PHPUnit_Framework_Constraint_Exception
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ExceptionCode::matches() — Method in class PHPUnit_Framework_Constraint_ExceptionCode
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ExceptionMessage::matches() — Method in class PHPUnit_Framework_Constraint_ExceptionMessage
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ExceptionMessageRegExp::matches() — Method in class PHPUnit_Framework_Constraint_ExceptionMessageRegExp
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_FileExists::matches() — Method in class PHPUnit_Framework_Constraint_FileExists
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_GreaterThan::matches() — Method in class PHPUnit_Framework_Constraint_GreaterThan
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsEmpty::matches() — Method in class PHPUnit_Framework_Constraint_IsEmpty
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
$PHPUnit_Framework_Constraint_IsEqualProperty in class PHPUnit_Framework_Constraint_IsEqual
PHPUnit_Framework_Constraint_IsFalse::matches() — Method in class PHPUnit_Framework_Constraint_IsFalse
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsFinite::matches() — Method in class PHPUnit_Framework_Constraint_IsFinite
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsInfinite::matches() — Method in class PHPUnit_Framework_Constraint_IsInfinite
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsInstanceOf::matches() — Method in class PHPUnit_Framework_Constraint_IsInstanceOf
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsJson::matches() — Method in class PHPUnit_Framework_Constraint_IsJson
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsNan::matches() — Method in class PHPUnit_Framework_Constraint_IsNan
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsNull::matches() — Method in class PHPUnit_Framework_Constraint_IsNull
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsReadable::matches() — Method in class PHPUnit_Framework_Constraint_IsReadable
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsTrue::matches() — Method in class PHPUnit_Framework_Constraint_IsTrue
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsType::matches() — Method in class PHPUnit_Framework_Constraint_IsType
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_IsWritable::matches() — Method in class PHPUnit_Framework_Constraint_IsWritable
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_JsonMatches::matches() — Method in class PHPUnit_Framework_Constraint_JsonMatches
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_LessThan::matches() — Method in class PHPUnit_Framework_Constraint_LessThan
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_ObjectHasAttribute::matches() — Method in class PHPUnit_Framework_Constraint_ObjectHasAttribute
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_PCREMatch::matches() — Method in class PHPUnit_Framework_Constraint_PCREMatch
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_StringContains::matches() — Method in class PHPUnit_Framework_Constraint_StringContains
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_StringEndsWith::matches() — Method in class PHPUnit_Framework_Constraint_StringEndsWith
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_StringStartsWith::matches() — Method in class PHPUnit_Framework_Constraint_StringStartsWith
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
PHPUnit_Framework_Constraint_TraversableContains::matches() — Method in class PHPUnit_Framework_Constraint_TraversableContains
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
$PHPUnit_Framework_IncompleteTestCaseProperty in class PHPUnit_Framework_IncompleteTestCase
$PHPUnit_Framework_SkippedTestCaseProperty in class PHPUnit_Framework_SkippedTestCase
PHPUnit_Framework_TestCase::markAsRisky() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestSuite::markTestSuiteSkipped() — Method in class PHPUnit_Framework_TestSuite
Mark the test suite as skipped.
$PHPUnit_Framework_WarningTestCaseProperty in class PHPUnit_Framework_WarningTestCase
PHPUnit_TextUI_Command::main() — Method in class PHPUnit_TextUI_Command
$PHPUnit_TextUI_ResultPrinterProperty in class PHPUnit_TextUI_ResultPrinter

N

PHPUnit_Framework_Constraint_Not::negate() — Method in class PHPUnit_Framework_Constraint_Not
PHPUnit_Framework_TestCase::never() — Method in class PHPUnit_Framework_TestCase
Returns a matcher that matches when the method is never executed.
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::notImplementedCount() — Method in class PHPUnit_Framework_TestResult
Gets the number of incomplete tests.
PHPUnit_Framework_TestResult::notImplemented() — Method in class PHPUnit_Framework_TestResult
Returns an Enumeration for the incomplete tests.
PHPUnit_Framework_TestResult::noneSkipped() — Method in class PHPUnit_Framework_TestResult
Returns true if no test has been skipped.
$PHPUnit_Framework_TestSuiteProperty in class PHPUnit_Framework_TestSuite
The name of the test suite.
$PHPUnit_Framework_TestSuiteProperty in class PHPUnit_Framework_TestSuite
The number of tests in the test suite.
$PHPUnit_TextUI_ResultPrinterProperty in class PHPUnit_TextUI_ResultPrinter
$PHPUnit_TextUI_ResultPrinterProperty in class PHPUnit_TextUI_ResultPrinter
$PHPUnit_TextUI_ResultPrinterProperty in class PHPUnit_TextUI_ResultPrinter
$PHPUnit_TextUI_ResultPrinterProperty in class PHPUnit_TextUI_ResultPrinter
PHPUnit_Util_TestSuiteIterator::next() — Method in class PHPUnit_Util_TestSuiteIterator
Moves forward to next element.

O

PHPUnit_Framework_Assert::objectHasAttribute() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_ObjectHasAttribute matcher object.
PHPUnit_Framework_TestCase::once() — Method in class PHPUnit_Framework_TestCase
Returns a matcher that matches when the method is executed exactly once.
PHPUnit_Framework_TestCase::onConsecutiveCalls() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::onNotSuccessfulTest() — Method in class PHPUnit_Framework_TestCase
This method is called when a test method did not execute successfully.
$PHPUnit_TextUI_CommandProperty in class PHPUnit_TextUI_Command
$PHPUnit_Util_PrinterProperty in class PHPUnit_Util_Printer
$PHPUnit_Util_PrinterProperty in class PHPUnit_Util_Printer
PHPUnit_Util_TestDox_ResultPrinter::onTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter
Handler for 'on test' event.
PHPUnit_Util_TestDox_ResultPrinter_HTML::onTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter_HTML
Handler for 'on test' event.
PHPUnit_Util_TestDox_ResultPrinter_Text::onTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter_Text
Handler for 'on test' event.

P

PHPUnit_ExceptionClass in namespace
Marker interface for PHPUnit exceptions.
PHPUnit_Extensions_GroupTestSuiteClass in namespace
We have a TestSuite object A.
PHPUnit_Extensions_PhptTestCaseClass in namespace
Runner for PHPT test cases.
PHPUnit_Extensions_PhptTestCase::parseIniSection() — Method in class PHPUnit_Extensions_PhptTestCase
Parse --INI-- section key value pairs and return as array.
PHPUnit_Extensions_PhptTestCase::parseEnvSection() — Method in class PHPUnit_Extensions_PhptTestCase
PHPUnit_Extensions_PhptTestSuiteClass in namespace
Suite for .phpt test cases.
PHPUnit_Extensions_RepeatedTestClass in namespace
A Decorator that runs a test repeatedly.
$PHPUnit_Extensions_RepeatedTestProperty in class PHPUnit_Extensions_RepeatedTest
PHPUnit_Extensions_TestDecoratorClass in namespace
A Decorator for Tests.
PHPUnit_Extensions_TicketListenerClass in namespace
Base class for test listeners that interact with an issue tracker.
PHPUnit_Framework_AssertClass in namespace
A set of assertion methods.
PHPUnit_Framework_AssertionFailedErrorClass in namespace
Thrown when an assertion failed.
PHPUnit_Framework_BaseTestListenerClass in namespace
An empty Listener that can be extended to implement TestListener with just a few lines of code.
PHPUnit_Framework_CodeCoverageExceptionClass in namespace
PHPUnit_Framework_ConstraintClass in namespace
Abstract base class for constraints which can be applied to any value.
PHPUnit_Framework_Constraint_AndClass in namespace
Logical AND.
PHPUnit_Framework_Constraint_ArrayHasKeyClass in namespace
Constraint that asserts that the array it is evaluated for has a given key.
PHPUnit_Framework_Constraint_ArraySubsetClass in namespace
Constraint that asserts that the array it is evaluated for has a specified subset.
PHPUnit_Framework_Constraint_AttributeClass in namespace
PHPUnit_Framework_Constraint_CallbackClass in namespace
Constraint that evaluates against a specified closure.
PHPUnit_Framework_Constraint_ClassHasAttributeClass in namespace
Constraint that asserts that the class it is evaluated for has a given attribute.
PHPUnit_Framework_Constraint_ClassHasStaticAttributeClass in namespace
Constraint that asserts that the class it is evaluated for has a given static attribute.
PHPUnit_Framework_Constraint_CompositeClass in namespace
PHPUnit_Framework_Constraint_CountClass in namespace
PHPUnit_Framework_Constraint_DirectoryExistsClass in namespace
Constraint that checks if the directory(name) that it is evaluated for exists.
PHPUnit_Framework_Constraint_ExceptionClass in namespace
PHPUnit_Framework_Constraint_ExceptionCodeClass in namespace
PHPUnit_Framework_Constraint_ExceptionMessageClass in namespace
PHPUnit_Framework_Constraint_ExceptionMessageRegExpClass in namespace
PHPUnit_Framework_Constraint_FileExistsClass in namespace
Constraint that checks if the file(name) that it is evaluated for exists.
PHPUnit_Framework_Constraint_GreaterThanClass in namespace
Constraint that asserts that the value it is evaluated for is greater than a given value.
PHPUnit_Framework_Constraint_IsAnythingClass in namespace
Constraint that accepts any input value.
PHPUnit_Framework_Constraint_IsEmptyClass in namespace
Constraint that checks whether a variable is empty().
PHPUnit_Framework_Constraint_IsEqualClass in namespace
Constraint that checks if one value is equal to another.
PHPUnit_Framework_Constraint_IsFalseClass in namespace
Constraint that accepts false.
PHPUnit_Framework_Constraint_IsFiniteClass in namespace
Constraint that accepts finite.
PHPUnit_Framework_Constraint_IsIdenticalClass in namespace
Constraint that asserts that one value is identical to another.
PHPUnit_Framework_Constraint_IsInfiniteClass in namespace
Constraint that accepts infinite.
PHPUnit_Framework_Constraint_IsInstanceOfClass in namespace
Constraint that asserts that the object it is evaluated for is an instance of a given class.
PHPUnit_Framework_Constraint_IsJsonClass in namespace
Constraint that asserts that a string is valid JSON.
PHPUnit_Framework_Constraint_IsNanClass in namespace
Constraint that accepts nan.
PHPUnit_Framework_Constraint_IsNullClass in namespace
Constraint that accepts null.
PHPUnit_Framework_Constraint_IsReadableClass in namespace
Constraint that checks if the file/dir(name) that it is evaluated for is readable.
PHPUnit_Framework_Constraint_IsTrueClass in namespace
Constraint that accepts true.
PHPUnit_Framework_Constraint_IsTypeClass in namespace
Constraint that asserts that the value it is evaluated for is of a specified type.
PHPUnit_Framework_Constraint_IsWritableClass in namespace
Constraint that checks if the file/dir(name) that it is evaluated for is writable.
PHPUnit_Framework_Constraint_JsonMatchesClass in namespace
Asserts whether or not two JSON objects are equal.
PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProviderClass in namespace
Provides human readable messages for each JSON error.
PHPUnit_Framework_Constraint_LessThanClass in namespace
Constraint that asserts that the value it is evaluated for is less than a given value.
PHPUnit_Framework_Constraint_NotClass in namespace
Logical NOT.
PHPUnit_Framework_Constraint_ObjectHasAttributeClass in namespace
Constraint that asserts that the object it is evaluated for has a given attribute.
PHPUnit_Framework_Constraint_OrClass in namespace
Logical OR.
PHPUnit_Framework_Constraint_PCREMatchClass in namespace
Constraint that asserts that the string it is evaluated for matches a regular expression.
$PHPUnit_Framework_Constraint_PCREMatchProperty in class PHPUnit_Framework_Constraint_PCREMatch
PHPUnit_Framework_Constraint_SameSizeClass in namespace
PHPUnit_Framework_Constraint_StringContainsClass in namespace
Constraint that asserts that the string it is evaluated for contains a given string.
PHPUnit_Framework_Constraint_StringEndsWithClass in namespace
Constraint that asserts that the string it is evaluated for ends with a given suffix.
PHPUnit_Framework_Constraint_StringMatchesClass in namespace
PHPUnit_Framework_Constraint_StringStartsWithClass in namespace
Constraint that asserts that the string it is evaluated for begins with a given prefix.
$PHPUnit_Framework_Constraint_StringStartsWithProperty in class PHPUnit_Framework_Constraint_StringStartsWith
PHPUnit_Framework_Constraint_TraversableContainsClass in namespace
Constraint that asserts that the Traversable it is applied to contains a given value.
PHPUnit_Framework_Constraint_TraversableContainsOnlyClass in namespace
Constraint that asserts that the Traversable it is applied to contains only values of a given type.
PHPUnit_Framework_Constraint_XorClass in namespace
Logical XOR.
PHPUnit_Framework_CoveredCodeNotExecutedExceptionClass in namespace
Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a test that does not execute the code it wants to cover.
PHPUnit_Framework_ErrorClass in namespace
Wrapper for PHP errors.
PHPUnit_Framework_Error_DeprecatedClass in namespace
Wrapper for PHP deprecated errors.
PHPUnit_Framework_Error_NoticeClass in namespace
Wrapper for PHP notices.
PHPUnit_Framework_Error_WarningClass in namespace
Wrapper for PHP warnings.
PHPUnit_Framework_ExceptionClass in namespace
Base class for all PHPUnit Framework exceptions.
PHPUnit_Framework_ExceptionWrapperClass in namespace
Wraps Exceptions thrown by code under test.
$PHPUnit_Framework_ExceptionWrapperProperty in class PHPUnit_Framework_ExceptionWrapper
PHPUnit_Framework_ExpectationFailedExceptionClass in namespace
Exception for expectations which failed their check.
PHPUnit_Framework_IncompleteTestClass in namespace
A marker interface for marking any exception/error as result of an unit test as incomplete implementation or currently not implemented.
PHPUnit_Framework_IncompleteTestCaseClass in namespace
An incomplete test case
PHPUnit_Framework_IncompleteTestErrorClass in namespace
Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of an incomplete test.
PHPUnit_Framework_InvalidCoversTargetExceptionClass in namespace
PHPUnit_Framework_MissingCoversAnnotationExceptionClass in namespace
Extension to PHPUnit_Framework_AssertionFailedError to mark a test as risky when it does not have a @covers annotation but is expected to have one.
PHPUnit_Framework_OutputErrorClass in namespace
Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a test that printed output.
PHPUnit_Framework_RiskyTestClass in namespace
A marker interface for marking any exception/error as result of an unit test as risky.
PHPUnit_Framework_RiskyTestErrorClass in namespace
Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a risky test.
PHPUnit_Framework_SelfDescribingClass in namespace
Interface for classes that can return a description of itself.
PHPUnit_Framework_SkippedTestClass in namespace
A marker interface for marking a unit test as being skipped.
PHPUnit_Framework_SkippedTestCaseClass in namespace
A skipped test case
PHPUnit_Framework_SkippedTestErrorClass in namespace
Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a skipped test.
PHPUnit_Framework_SkippedTestSuiteErrorClass in namespace
Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a skipped test suite.
PHPUnit_Framework_SyntheticErrorClass in namespace
Creates a synthetic failed assertion.
PHPUnit_Framework_TestClass in namespace
A Test can be run and collect its results.
PHPUnit_Framework_TestCaseClass in namespace
A TestCase defines the fixture to run multiple tests.
$PHPUnit_Framework_TestCaseProperty in class PHPUnit_Framework_TestCase
Whether or not this test should preserve the global state when running in a separate PHP process.
PHPUnit_Framework_TestCase::prophesize() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::prepareTemplate() — Method in class PHPUnit_Framework_TestCase
Performs custom preparations on the process isolation template.
PHPUnit_Framework_TestFailureClass in namespace
A TestFailure collects a failed test together with the caught exception.
PHPUnit_Framework_TestListenerClass in namespace
A Listener for test progress.
PHPUnit_Framework_TestResultClass in namespace
A TestResult collects the results of executing a test case.
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::passed() — Method in class PHPUnit_Framework_TestResult
Returns the names of the tests that have passed.
PHPUnit_Framework_TestSuiteClass in namespace
A TestSuite is a composite of Tests. It runs a collection of test cases.
PHPUnit_Framework_TestSuite_DataProviderClass in namespace
PHPUnit_Framework_UnintentionallyCoveredCodeErrorClass in namespace
Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a test that unintentionally covers code.
PHPUnit_Framework_WarningClass in namespace
Thrown when there is a warning.
PHPUnit_Framework_WarningTestCaseClass in namespace
A warning.
PHPUnit_Runner_BaseTestRunnerClass in namespace
Base class for all test runners.
PHPUnit_Runner_ExceptionClass in namespace
PHPUnit_Runner_Filter_FactoryClass in namespace
PHPUnit_Runner_Filter_GroupFilterIteratorClass in namespace
PHPUnit_Runner_Filter_Group_ExcludeClass in namespace
PHPUnit_Runner_Filter_Group_IncludeClass in namespace
PHPUnit_Runner_Filter_TestClass in namespace
PHPUnit_Runner_StandardTestSuiteLoaderClass in namespace
The standard test suite loader.
PHPUnit_Runner_TestSuiteLoaderClass in namespace
An interface to define how a test suite should be loaded.
PHPUnit_Runner_VersionClass in namespace
This class defines the current version of PHPUnit.
PHPUnit_TextUI_CommandClass in namespace
A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.
PHPUnit_TextUI_ResultPrinterClass in namespace
Prints the result of a TextUI TestRunner run.
PHPUnit_TextUI_ResultPrinter::printResult() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printDefects() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printDefect() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printDefectHeader() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printDefectTrace() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printErrors() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printFailures() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printWarnings() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printIncompletes() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printRisky() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printSkipped() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printHeader() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printFooter() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::printWaitPrompt() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_TestRunnerClass in namespace
A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.
$PHPUnit_TextUI_TestRunnerProperty in class PHPUnit_TextUI_TestRunner
PHPUnit_Util_BlacklistClass in namespace
Utility class for blacklisting PHPUnit's own source code files.
PHPUnit_Util_ConfigurationClass in namespace
Wrapper for the PHPUnit XML configuration file.
PHPUnit_Util_ConfigurationGeneratorClass in namespace
PHPUnit_Util_ErrorHandlerClass in namespace
Error handler that converts PHP errors and warnings to exceptions.
PHPUnit_Util_FileloaderClass in namespace
Utility methods to load PHP sourcefiles.
PHPUnit_Util_FilesystemClass in namespace
Filesystem helpers.
PHPUnit_Util_FilterClass in namespace
Utility class for code filtering.
PHPUnit_Util_GetoptClass in namespace
Command-line options parsing class.
PHPUnit_Util_Getopt::parseShortOption() — Method in class PHPUnit_Util_Getopt
PHPUnit_Util_Getopt::parseLongOption() — Method in class PHPUnit_Util_Getopt
PHPUnit_Util_GlobalStateClass in namespace
PHPUnit_Util_GlobalState::processIncludedFilesAsString() — Method in class PHPUnit_Util_GlobalState
PHPUnit_Util_InvalidArgumentHelperClass in namespace
Factory for PHPUnit_Framework_Exception objects that are used to describe invalid arguments passed to a function or method.
PHPUnit_Util_Log_JSONClass in namespace
A TestListener that generates JSON messages.
PHPUnit_Util_Log_JUnitClass in namespace
A TestListener that generates a logfile of the test execution in XML markup.
PHPUnit_Util_Log_TAPClass in namespace
A TestListener that generates a logfile of the test execution using the Test Anything Protocol (TAP).
PHPUnit_Util_Log_TeamCityClass in namespace
A TestListener that generates a logfile of the test execution using the TeamCity format (for use with PhpStorm, for instance).
PHPUnit_Util_Log_TeamCity::printResult() — Method in class PHPUnit_Util_Log_TeamCity
PHPUnit_Util_Log_TeamCity::printIgnoredTest() — Method in class PHPUnit_Util_Log_TeamCity
PHPUnit_Util_PHPClass in namespace
Utility methods for PHP sub-processes.
PHPUnit_Util_PHP_DefaultClass in namespace
Default utility for PHP sub-processes.
PHPUnit_Util_PHP_Default::process() — Method in class PHPUnit_Util_PHP_Default
PHPUnit_Util_PHP_WindowsClass in namespace
Windows utility for PHP sub-processes.
PHPUnit_Util_PrinterClass in namespace
Utility class that can print to STDOUT or write to a file.
PHPUnit_Util_RegexClass in namespace
Error handler that converts PHP errors and warnings to exceptions.
PHPUnit_Util_Regex::pregMatchSafe() — Method in class PHPUnit_Util_Regex
PHPUnit_Util_StringClass in namespace
String helpers.
PHPUnit_Util_TestClass in namespace
Test helpers.
PHPUnit_Util_Test::parseTestMethodAnnotations() — Method in class PHPUnit_Util_Test
PHPUnit_Util_TestDox_NamePrettifierClass in namespace
Prettifies class and method names for use in TestDox documentation.
$PHPUnit_Util_TestDox_NamePrettifierProperty in class PHPUnit_Util_TestDox_NamePrettifier
PHPUnit_Util_TestDox_NamePrettifier::prettifyTestClass() — Method in class PHPUnit_Util_TestDox_NamePrettifier
Prettifies the name of a test class.
PHPUnit_Util_TestDox_NamePrettifier::prettifyTestMethod() — Method in class PHPUnit_Util_TestDox_NamePrettifier
Prettifies the name of a test method.
PHPUnit_Util_TestDox_ResultPrinterClass in namespace
Base class for printers of TestDox documentation.
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
PHPUnit_Util_TestDox_ResultPrinter_HTMLClass in namespace
Prints TestDox documentation in HTML format.
PHPUnit_Util_TestDox_ResultPrinter_TextClass in namespace
Prints TestDox documentation in text format.
PHPUnit_Util_TestDox_ResultPrinter_XMLClass in namespace
PHPUnit_Util_TestSuiteIteratorClass in namespace
Iterator for test suites.
$PHPUnit_Util_TestSuiteIteratorProperty in class PHPUnit_Util_TestSuiteIterator
PHPUnit_Util_TypeClass in namespace
Utility class for textual type (and value) representation.
PHPUnit_Util_XMLClass in namespace
XML helpers.
PHPUnit_Util_XML::prepareString() — Method in class PHPUnit_Util_XML
Escapes a string for the use in XML documents Any Unicode character is allowed, excluding the surrogate blocks, FFFE, and FFFF (not even as character reference).

R

PHPUnit_Extensions_PhptTestCase::run() — Method in class PHPUnit_Extensions_PhptTestCase
Runs a test and collects its result in a TestResult instance.
PHPUnit_Extensions_RepeatedTest::run() — Method in class PHPUnit_Extensions_RepeatedTest
Runs the decorated test and collects the result in a TestResult.
PHPUnit_Extensions_TestDecorator::run() — Method in class PHPUnit_Extensions_TestDecorator
Runs the decorated test and collects the result in a TestResult.
$PHPUnit_Extensions_TicketListenerProperty in class PHPUnit_Extensions_TicketListener
PHPUnit_Framework_Assert::readAttribute() — Method in class PHPUnit_Framework_Assert
Returns the value of an attribute of a class or an object.
PHPUnit_Framework_Assert::resetCount() — Method in class PHPUnit_Framework_Assert
Reset the assertion counter.
$PHPUnit_Framework_IncompleteTestCaseProperty in class PHPUnit_Framework_IncompleteTestCase
PHPUnit_Framework_IncompleteTestCase::runTest() — Method in class PHPUnit_Framework_IncompleteTestCase
$PHPUnit_Framework_SkippedTestCaseProperty in class PHPUnit_Framework_SkippedTestCase
PHPUnit_Framework_SkippedTestCase::runTest() — Method in class PHPUnit_Framework_SkippedTestCase
PHPUnit_Framework_Test::run() — Method in class PHPUnit_Framework_Test
Runs a test and collects its result in a TestResult instance.
$PHPUnit_Framework_TestCaseProperty in class PHPUnit_Framework_TestCase
Whether or not this test is to be run in a separate PHP process.
PHPUnit_Framework_TestCase::run() — Method in class PHPUnit_Framework_TestCase
Runs the test case and collects the results in a TestResult object.
PHPUnit_Framework_TestCase::runBare() — Method in class PHPUnit_Framework_TestCase
Runs the bare test sequence.
PHPUnit_Framework_TestCase::runTest() — Method in class PHPUnit_Framework_TestCase
Override to run the test and assert its state.
PHPUnit_Framework_TestCase::registerMockObject() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::returnValue() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::returnValueMap() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::returnArgument() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::returnCallback() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::returnSelf() — Method in class PHPUnit_Framework_TestCase
Returns the current object.
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::removeListener() — Method in class PHPUnit_Framework_TestResult
Unregisters a TestListener.
PHPUnit_Framework_TestResult::riskyCount() — Method in class PHPUnit_Framework_TestResult
Gets the number of risky tests.
PHPUnit_Framework_TestResult::risky() — Method in class PHPUnit_Framework_TestResult
Returns an Enumeration for the risky tests.
PHPUnit_Framework_TestResult::run() — Method in class PHPUnit_Framework_TestResult
Runs a TestCase.
$PHPUnit_Framework_TestSuiteProperty in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::run() — Method in class PHPUnit_Framework_TestSuite
Runs the tests and collects their result in a TestResult.
PHPUnit_Framework_TestSuite::runTest() — Method in class PHPUnit_Framework_TestSuite
Runs a test.
$PHPUnit_Framework_WarningTestCaseProperty in class PHPUnit_Framework_WarningTestCase
PHPUnit_Framework_WarningTestCase::runTest() — Method in class PHPUnit_Framework_WarningTestCase
PHPUnit_Runner_BaseTestRunner::runFailed() — Method in class PHPUnit_Runner_BaseTestRunner
Override to define how to handle a failed loading of a test suite.
PHPUnit_Runner_StandardTestSuiteLoader::reload() — Method in class PHPUnit_Runner_StandardTestSuiteLoader
PHPUnit_Runner_TestSuiteLoader::reload() — Method in class PHPUnit_Runner_TestSuiteLoader
PHPUnit_TextUI_Command::run() — Method in class PHPUnit_TextUI_Command
PHPUnit_TextUI_TestRunner::run() — Method in class PHPUnit_TextUI_TestRunner
PHPUnit_TextUI_TestRunner::runFailed() — Method in class PHPUnit_TextUI_TestRunner
Override to define how to handle a failed loading of a test suite.
PHPUnit_Util_Configuration::readFilterDirectories() — Method in class PHPUnit_Util_Configuration
PHPUnit_Util_Configuration::readFilterFiles() — Method in class PHPUnit_Util_Configuration
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
$PHPUnit_Util_PHPProperty in class PHPUnit_Util_PHP
PHPUnit_Util_PHP::runTestJob() — Method in class PHPUnit_Util_PHP
Runs a single test in a separate PHP process.
PHPUnit_Util_PHP::runJob() — Method in class PHPUnit_Util_PHP
Runs a single job (PHP code) using a separate PHP process.
PHPUnit_Util_PHP_Default::runJob() — Method in class PHPUnit_Util_PHP_Default
Runs a single job (PHP code) using a separate PHP process.
PHPUnit_Util_PHP_Default::runProcess() — Method in class PHPUnit_Util_PHP_Default
Handles creating the child process and returning the STDOUT and STDERR
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
PHPUnit_Util_TestSuiteIterator::rewind() — Method in class PHPUnit_Util_TestSuiteIterator
Rewinds the Iterator to the first element.
PHPUnit_Util_XML::removeCharacterDataNodes() — Method in class PHPUnit_Util_XML

S

PHPUnit_Extensions_TicketListener::startTestSuite() — Method in class PHPUnit_Extensions_TicketListener
A test suite started.
PHPUnit_Extensions_TicketListener::startTest() — Method in class PHPUnit_Extensions_TicketListener
A test started.
PHPUnit_Framework_Assert::stringStartsWith() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_StringStartsWith matcher object.
PHPUnit_Framework_Assert::stringContains() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_StringContains matcher object.
PHPUnit_Framework_Assert::stringEndsWith() — Method in class PHPUnit_Framework_Assert
Returns a PHPUnit_Framework_Constraint_StringEndsWith matcher object.
PHPUnit_Framework_BaseTestListener::startTestSuite() — Method in class PHPUnit_Framework_BaseTestListener
A test suite started.
PHPUnit_Framework_BaseTestListener::startTest() — Method in class PHPUnit_Framework_BaseTestListener
A test started.
PHPUnit_Framework_Constraint_And::setConstraints() — Method in class PHPUnit_Framework_Constraint_And
$PHPUnit_Framework_Constraint_ArraySubsetProperty in class PHPUnit_Framework_Constraint_ArraySubset
$PHPUnit_Framework_Constraint_ArraySubsetProperty in class PHPUnit_Framework_Constraint_ArraySubset
PHPUnit_Framework_Constraint_Or::setConstraints() — Method in class PHPUnit_Framework_Constraint_Or
$PHPUnit_Framework_Constraint_StringContainsProperty in class PHPUnit_Framework_Constraint_StringContains
$PHPUnit_Framework_Constraint_StringEndsWithProperty in class PHPUnit_Framework_Constraint_StringEndsWith
$PHPUnit_Framework_Constraint_StringMatchesProperty in class PHPUnit_Framework_Constraint_StringMatches
PHPUnit_Framework_Constraint_Xor::setConstraints() — Method in class PHPUnit_Framework_Constraint_Xor
$PHPUnit_Framework_ExceptionProperty in class PHPUnit_Framework_Exception
$PHPUnit_Framework_SyntheticErrorProperty in class PHPUnit_Framework_SyntheticError
The synthetic file.
$PHPUnit_Framework_SyntheticErrorProperty in class PHPUnit_Framework_SyntheticError
The synthetic line number.
$PHPUnit_Framework_SyntheticErrorProperty in class PHPUnit_Framework_SyntheticError
The synthetic trace.
PHPUnit_Framework_TestCase::setGroups() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setExpectedException() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setExpectedExceptionRegExp() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setRegisterMockObjectsFromTestArgumentsRecursively() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setExpectedExceptionFromAnnotation() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setUseErrorHandler() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setUseErrorHandlerFromAnnotation() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setName() — Method in class PHPUnit_Framework_TestCase
Sets the name of a TestCase.
PHPUnit_Framework_TestCase::setDependencies() — Method in class PHPUnit_Framework_TestCase
Sets the dependencies of a TestCase.
PHPUnit_Framework_TestCase::setDependencyInput() — Method in class PHPUnit_Framework_TestCase
Sets
PHPUnit_Framework_TestCase::setBeStrictAboutChangesToGlobalState() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setBackupGlobals() — Method in class PHPUnit_Framework_TestCase
Calling this method in setUp() has no effect!
PHPUnit_Framework_TestCase::setBackupStaticAttributes() — Method in class PHPUnit_Framework_TestCase
Calling this method in setUp() has no effect!
PHPUnit_Framework_TestCase::setRunTestInSeparateProcess() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setPreserveGlobalState() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setInIsolation() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setResult() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setOutputCallback() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setTestResultObject() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::setLocale() — Method in class PHPUnit_Framework_TestCase
This method is a wrapper for the setlocale() function that automatically resets the locale to its original value after the test is run.
PHPUnit_Framework_TestCase::setUpBeforeClass() — Method in class PHPUnit_Framework_TestCase
This method is called before the first test of this test class is run.
PHPUnit_Framework_TestCase::setUp() — Method in class PHPUnit_Framework_TestCase
Sets up the fixture, for example, open a network connection.
PHPUnit_Framework_TestListener::startTestSuite() — Method in class PHPUnit_Framework_TestListener
A test suite started.
PHPUnit_Framework_TestListener::startTest() — Method in class PHPUnit_Framework_TestListener
A test started.
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::startTestSuite() — Method in class PHPUnit_Framework_TestResult
Informs the result that a testsuite will be started.
PHPUnit_Framework_TestResult::startTest() — Method in class PHPUnit_Framework_TestResult
Informs the result that a test will be started.
PHPUnit_Framework_TestResult::skippedCount() — Method in class PHPUnit_Framework_TestResult
Gets the number of skipped tests.
PHPUnit_Framework_TestResult::skipped() — Method in class PHPUnit_Framework_TestResult
Returns an Enumeration for the skipped tests.
PHPUnit_Framework_TestResult::shouldStop() — Method in class PHPUnit_Framework_TestResult
Checks whether the test run should stop.
PHPUnit_Framework_TestResult::stop() — Method in class PHPUnit_Framework_TestResult
Marks that the test run should stop.
PHPUnit_Framework_TestResult::setCodeCoverage() — Method in class PHPUnit_Framework_TestResult
Sets the code coverage object.
PHPUnit_Framework_TestResult::stopOnError() — Method in class PHPUnit_Framework_TestResult
Enables or disables the stopping when an error occurs.
PHPUnit_Framework_TestResult::stopOnFailure() — Method in class PHPUnit_Framework_TestResult
Enables or disables the stopping when a failure occurs.
PHPUnit_Framework_TestResult::stopOnWarning() — Method in class PHPUnit_Framework_TestResult
Enables or disables the stopping when a warning occurs.
PHPUnit_Framework_TestResult::stopOnRisky() — Method in class PHPUnit_Framework_TestResult
Enables or disables the stopping for risky tests.
PHPUnit_Framework_TestResult::stopOnIncomplete() — Method in class PHPUnit_Framework_TestResult
Enables or disables the stopping for incomplete tests.
PHPUnit_Framework_TestResult::stopOnSkipped() — Method in class PHPUnit_Framework_TestResult
Enables or disables the stopping for skipped tests.
PHPUnit_Framework_TestResult::setTimeoutForSmallTests() — Method in class PHPUnit_Framework_TestResult
Sets the timeout for small tests.
PHPUnit_Framework_TestResult::setTimeoutForMediumTests() — Method in class PHPUnit_Framework_TestResult
Sets the timeout for medium tests.
PHPUnit_Framework_TestResult::setTimeoutForLargeTests() — Method in class PHPUnit_Framework_TestResult
Sets the timeout for large tests.
PHPUnit_Framework_TestResult::setRegisterMockObjectsFromTestArgumentsRecursively() — Method in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestSuite::setGroupDetails() — Method in class PHPUnit_Framework_TestSuite
Set tests groups of the test case
PHPUnit_Framework_TestSuite::setRunTestInSeparateProcess() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::setName() — Method in class PHPUnit_Framework_TestSuite
Sets the name of the suite.
PHPUnit_Framework_TestSuite::setTests() — Method in class PHPUnit_Framework_TestSuite
Set tests of the test suite
PHPUnit_Framework_TestSuite::skipTest() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::setbeStrictAboutChangesToGlobalState() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::setBackupGlobals() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::setBackupStaticAttributes() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::setUp() — Method in class PHPUnit_Framework_TestSuite
Template Method that is called before the tests of this test suite are run.
PHPUnit_Framework_TestSuite_DataProvider::setDependencies() — Method in class PHPUnit_Framework_TestSuite_DataProvider
Sets the dependencies of a TestCase.
PHPUnit_Runner_Filter_Test::setFilter() — Method in class PHPUnit_Runner_Filter_Test
PHPUnit_Runner_Version::series() — Method in class PHPUnit_Runner_Version
PHPUnit_TextUI_Command::showHelp() — Method in class PHPUnit_TextUI_Command
Show the help message.
PHPUnit_TextUI_ResultPrinter::startTestSuite() — Method in class PHPUnit_TextUI_ResultPrinter
A testsuite started.
PHPUnit_TextUI_ResultPrinter::startTest() — Method in class PHPUnit_TextUI_ResultPrinter
A test started.
PHPUnit_TextUI_TestRunner::setPrinter() — Method in class PHPUnit_TextUI_TestRunner
$PHPUnit_Util_GlobalStateProperty in class PHPUnit_Util_GlobalState
$PHPUnit_Util_GlobalStateProperty in class PHPUnit_Util_GlobalState
PHPUnit_Util_Log_JSON::startTestSuite() — Method in class PHPUnit_Util_Log_JSON
A testsuite started.
PHPUnit_Util_Log_JSON::startTest() — Method in class PHPUnit_Util_Log_JSON
A test started.
PHPUnit_Util_Log_JUnit::startTestSuite() — Method in class PHPUnit_Util_Log_JUnit
A testsuite started.
PHPUnit_Util_Log_JUnit::startTest() — Method in class PHPUnit_Util_Log_JUnit
A test started.
PHPUnit_Util_Log_JUnit::setWriteDocument() — Method in class PHPUnit_Util_Log_JUnit
Enables or disables the writing of the document in flush().
PHPUnit_Util_Log_TAP::startTestSuite() — Method in class PHPUnit_Util_Log_TAP
A testsuite started.
PHPUnit_Util_Log_TAP::startTest() — Method in class PHPUnit_Util_Log_TAP
A test started.
PHPUnit_Util_Log_TeamCity::startTestSuite() — Method in class PHPUnit_Util_Log_TeamCity
A testsuite started.
PHPUnit_Util_Log_TeamCity::startTest() — Method in class PHPUnit_Util_Log_TeamCity
A test started.
$PHPUnit_Util_PHPProperty in class PHPUnit_Util_PHP
$PHPUnit_Util_PHPProperty in class PHPUnit_Util_PHP
PHPUnit_Util_PHP::setUseStderrRedirection() — Method in class PHPUnit_Util_PHP
Defines if should use STDERR redirection or not.
PHPUnit_Util_PHP::setStdin() — Method in class PHPUnit_Util_PHP
Sets the input string to be sent via STDIN
PHPUnit_Util_PHP::setArgs() — Method in class PHPUnit_Util_PHP
Sets the string of arguments to pass to the php job
PHPUnit_Util_PHP::setEnv() — Method in class PHPUnit_Util_PHP
Sets the array of environment variables to start the child process with
PHPUnit_Util_PHP::setTimeout() — Method in class PHPUnit_Util_PHP
Sets the amount of seconds to wait before timing out
PHPUnit_Util_PHP::settingsToParameters() — Method in class PHPUnit_Util_PHP
PHPUnit_Util_Printer::setAutoFlush() — Method in class PHPUnit_Util_Printer
Set auto-flushing mode.
$PHPUnit_Util_TestDox_NamePrettifierProperty in class PHPUnit_Util_TestDox_NamePrettifier
$PHPUnit_Util_TestDox_NamePrettifierProperty in class PHPUnit_Util_TestDox_NamePrettifier
PHPUnit_Util_TestDox_NamePrettifier::setPrefix() — Method in class PHPUnit_Util_TestDox_NamePrettifier
Sets the prefix of test names.
PHPUnit_Util_TestDox_NamePrettifier::setSuffix() — Method in class PHPUnit_Util_TestDox_NamePrettifier
Sets the suffix of test names.
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
PHPUnit_Util_TestDox_ResultPrinter::startTestSuite() — Method in class PHPUnit_Util_TestDox_ResultPrinter
A testsuite started.
PHPUnit_Util_TestDox_ResultPrinter::startTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter
A test started.
PHPUnit_Util_TestDox_ResultPrinter::startRun() — Method in class PHPUnit_Util_TestDox_ResultPrinter
Handler for 'start run' event.
PHPUnit_Util_TestDox_ResultPrinter::startClass() — Method in class PHPUnit_Util_TestDox_ResultPrinter
Handler for 'start class' event.
PHPUnit_Util_TestDox_ResultPrinter_HTML::startRun() — Method in class PHPUnit_Util_TestDox_ResultPrinter_HTML
Handler for 'start run' event.
PHPUnit_Util_TestDox_ResultPrinter_HTML::startClass() — Method in class PHPUnit_Util_TestDox_ResultPrinter_HTML
Handler for 'start class' event.
PHPUnit_Util_TestDox_ResultPrinter_Text::startClass() — Method in class PHPUnit_Util_TestDox_ResultPrinter_Text
Handler for 'start class' event.
PHPUnit_Util_TestDox_ResultPrinter_XML::startTestSuite() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
A test suite started.
PHPUnit_Util_TestDox_ResultPrinter_XML::startTest() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
A test started.

T

TestClass in namespace PHPUnit\Framework
TestCaseClass in namespace PHPUnit\Framework
TestListenerClass in namespace PHPUnit\Framework
TestSuiteClass in namespace PHPUnit\Framework
PHPUnit_Extensions_PhptTestCase::toString() — Method in class PHPUnit_Extensions_PhptTestCase
Returns a string representation of the test case.
$PHPUnit_Extensions_RepeatedTestProperty in class PHPUnit_Extensions_RepeatedTest
$PHPUnit_Extensions_TestDecoratorProperty in class PHPUnit_Extensions_TestDecorator
The Test to be decorated.
PHPUnit_Extensions_TestDecorator::toString() — Method in class PHPUnit_Extensions_TestDecorator
Returns a string representation of the test.
$PHPUnit_Extensions_TicketListenerProperty in class PHPUnit_Extensions_TicketListener
PHPUnit_Framework_AssertionFailedError::toString() — Method in class PHPUnit_Framework_AssertionFailedError
Wrapper for getMessage() which is declared as final.
PHPUnit_Framework_Constraint_And::toString() — Method in class PHPUnit_Framework_Constraint_And
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_ArrayHasKey::toString() — Method in class PHPUnit_Framework_Constraint_ArrayHasKey
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_ArraySubset::toString() — Method in class PHPUnit_Framework_Constraint_ArraySubset
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Attribute::toString() — Method in class PHPUnit_Framework_Constraint_Attribute
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Callback::toString() — Method in class PHPUnit_Framework_Constraint_Callback
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_ClassHasAttribute::toString() — Method in class PHPUnit_Framework_Constraint_ClassHasAttribute
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_ClassHasStaticAttribute::toString() — Method in class PHPUnit_Framework_Constraint_ClassHasStaticAttribute
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Count::toString() — Method in class PHPUnit_Framework_Constraint_Count
PHPUnit_Framework_Constraint_DirectoryExists::toString() — Method in class PHPUnit_Framework_Constraint_DirectoryExists
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Exception::toString() — Method in class PHPUnit_Framework_Constraint_Exception
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_ExceptionCode::toString() — Method in class PHPUnit_Framework_Constraint_ExceptionCode
PHPUnit_Framework_Constraint_ExceptionMessage::toString() — Method in class PHPUnit_Framework_Constraint_ExceptionMessage
PHPUnit_Framework_Constraint_ExceptionMessageRegExp::toString() — Method in class PHPUnit_Framework_Constraint_ExceptionMessageRegExp
PHPUnit_Framework_Constraint_FileExists::toString() — Method in class PHPUnit_Framework_Constraint_FileExists
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_GreaterThan::toString() — Method in class PHPUnit_Framework_Constraint_GreaterThan
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsAnything::toString() — Method in class PHPUnit_Framework_Constraint_IsAnything
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsEmpty::toString() — Method in class PHPUnit_Framework_Constraint_IsEmpty
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsEqual::toString() — Method in class PHPUnit_Framework_Constraint_IsEqual
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsFalse::toString() — Method in class PHPUnit_Framework_Constraint_IsFalse
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsFinite::toString() — Method in class PHPUnit_Framework_Constraint_IsFinite
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsIdentical::toString() — Method in class PHPUnit_Framework_Constraint_IsIdentical
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsInfinite::toString() — Method in class PHPUnit_Framework_Constraint_IsInfinite
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsInstanceOf::toString() — Method in class PHPUnit_Framework_Constraint_IsInstanceOf
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsJson::toString() — Method in class PHPUnit_Framework_Constraint_IsJson
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsNan::toString() — Method in class PHPUnit_Framework_Constraint_IsNan
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsNull::toString() — Method in class PHPUnit_Framework_Constraint_IsNull
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsReadable::toString() — Method in class PHPUnit_Framework_Constraint_IsReadable
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsTrue::toString() — Method in class PHPUnit_Framework_Constraint_IsTrue
Returns a string representation of the constraint.
$PHPUnit_Framework_Constraint_IsTypeProperty in class PHPUnit_Framework_Constraint_IsType
$PHPUnit_Framework_Constraint_IsTypeProperty in class PHPUnit_Framework_Constraint_IsType
PHPUnit_Framework_Constraint_IsType::toString() — Method in class PHPUnit_Framework_Constraint_IsType
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_IsWritable::toString() — Method in class PHPUnit_Framework_Constraint_IsWritable
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_JsonMatches::toString() — Method in class PHPUnit_Framework_Constraint_JsonMatches
Returns a string representation of the object.
PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::translateTypeToPrefix() — Method in class PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider
Translates a given type to a human readable message prefix.
PHPUnit_Framework_Constraint_LessThan::toString() — Method in class PHPUnit_Framework_Constraint_LessThan
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Not::toString() — Method in class PHPUnit_Framework_Constraint_Not
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Or::toString() — Method in class PHPUnit_Framework_Constraint_Or
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_PCREMatch::toString() — Method in class PHPUnit_Framework_Constraint_PCREMatch
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_StringContains::toString() — Method in class PHPUnit_Framework_Constraint_StringContains
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_StringEndsWith::toString() — Method in class PHPUnit_Framework_Constraint_StringEndsWith
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_StringStartsWith::toString() — Method in class PHPUnit_Framework_Constraint_StringStartsWith
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_TraversableContains::toString() — Method in class PHPUnit_Framework_Constraint_TraversableContains
Returns a string representation of the constraint.
$PHPUnit_Framework_Constraint_TraversableContainsOnlyProperty in class PHPUnit_Framework_Constraint_TraversableContainsOnly
PHPUnit_Framework_Constraint_TraversableContainsOnly::toString() — Method in class PHPUnit_Framework_Constraint_TraversableContainsOnly
Returns a string representation of the constraint.
PHPUnit_Framework_Constraint_Xor::toString() — Method in class PHPUnit_Framework_Constraint_Xor
Returns a string representation of the constraint.
PHPUnit_Framework_IncompleteTestCase::toString() — Method in class PHPUnit_Framework_IncompleteTestCase
Returns a string representation of the test case.
PHPUnit_Framework_SelfDescribing::toString() — Method in class PHPUnit_Framework_SelfDescribing
Returns a string representation of the object.
PHPUnit_Framework_SkippedTestCase::toString() — Method in class PHPUnit_Framework_SkippedTestCase
Returns a string representation of the test case.
PHPUnit_Framework_TestCase::toString() — Method in class PHPUnit_Framework_TestCase
Returns a string representation of the test case.
PHPUnit_Framework_TestCase::throwException() — Method in class PHPUnit_Framework_TestCase
PHPUnit_Framework_TestCase::tearDown() — Method in class PHPUnit_Framework_TestCase
Tears down the fixture, for example, close a network connection.
PHPUnit_Framework_TestCase::tearDownAfterClass() — Method in class PHPUnit_Framework_TestCase
This method is called after the last test of this test class is run.
$PHPUnit_Framework_TestFailureProperty in class PHPUnit_Framework_TestFailure
PHPUnit_Framework_TestFailure::toString() — Method in class PHPUnit_Framework_TestFailure
Returns a short description of the failure.
PHPUnit_Framework_TestFailure::thrownException() — Method in class PHPUnit_Framework_TestFailure
Gets the thrown exception.
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::topTestSuite() — Method in class PHPUnit_Framework_TestResult
Returns the (top) test suite.
PHPUnit_Framework_TestResult::time() — Method in class PHPUnit_Framework_TestResult
Returns the time spent running the tests.
$PHPUnit_Framework_TestSuiteProperty in class PHPUnit_Framework_TestSuite
The tests in the test suite.
$PHPUnit_Framework_TestSuiteProperty in class PHPUnit_Framework_TestSuite
PHPUnit_Framework_TestSuite::toString() — Method in class PHPUnit_Framework_TestSuite
Returns a string representation of the test suite.
PHPUnit_Framework_TestSuite::testAt() — Method in class PHPUnit_Framework_TestSuite
Returns the test at the given index.
PHPUnit_Framework_TestSuite::tests() — Method in class PHPUnit_Framework_TestSuite
Returns the tests as an enumeration.
PHPUnit_Framework_TestSuite::tearDown() — Method in class PHPUnit_Framework_TestSuite
Template Method that is called after the tests of this test suite have finished running.
PHPUnit_Framework_Warning::toString() — Method in class PHPUnit_Framework_Warning
Wrapper for getMessage() which is declared as final.
PHPUnit_Framework_WarningTestCase::toString() — Method in class PHPUnit_Framework_WarningTestCase
Returns a string representation of the test case.
PHPUnit_Util_Configuration::toAbsolutePath() — Method in class PHPUnit_Util_Configuration
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
$PHPUnit_Util_Log_TAPProperty in class PHPUnit_Util_Log_TAP
$PHPUnit_Util_Log_TAPProperty in class PHPUnit_Util_Log_TAP
$PHPUnit_Util_Log_TAPProperty in class PHPUnit_Util_Log_TAP
$PHPUnit_Util_PHPProperty in class PHPUnit_Util_PHP
$PHPUnit_Util_PHP_DefaultProperty in class PHPUnit_Util_PHP_Default
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter
$PHPUnit_Util_TestSuiteIteratorProperty in class PHPUnit_Util_TestSuiteIterator

U

PHPUnit_Extensions_TicketListener::updateTicket() — Method in class PHPUnit_Extensions_TicketListener
$PHPUnit_Framework_IncompleteTestCaseProperty in class PHPUnit_Framework_IncompleteTestCase
$PHPUnit_Framework_IncompleteTestCaseProperty in class PHPUnit_Framework_IncompleteTestCase
$PHPUnit_Framework_SkippedTestCaseProperty in class PHPUnit_Framework_SkippedTestCase
$PHPUnit_Framework_SkippedTestCaseProperty in class PHPUnit_Framework_SkippedTestCase
PHPUnit_Framework_TestCase::usesDataProvider() — Method in class PHPUnit_Framework_TestCase
$PHPUnit_Framework_WarningTestCaseProperty in class PHPUnit_Framework_WarningTestCase
PHPUnit_Util_PHP::useStderrRedirection() — Method in class PHPUnit_Util_PHP
Returns TRUE if uses STDERR redirection or FALSE if not.
$PHPUnit_Util_PHP_DefaultProperty in class PHPUnit_Util_PHP_Default
$PHPUnit_Util_PHP_WindowsProperty in class PHPUnit_Util_PHP_Windows

V

$PHPUnit_Framework_Constraint_GreaterThanProperty in class PHPUnit_Framework_Constraint_GreaterThan
$PHPUnit_Framework_Constraint_IsEqualProperty in class PHPUnit_Framework_Constraint_IsEqual
$PHPUnit_Framework_Constraint_IsIdenticalProperty in class PHPUnit_Framework_Constraint_IsIdentical
$PHPUnit_Framework_Constraint_JsonMatchesProperty in class PHPUnit_Framework_Constraint_JsonMatches
$PHPUnit_Framework_Constraint_LessThanProperty in class PHPUnit_Framework_Constraint_LessThan
$PHPUnit_Framework_Constraint_TraversableContainsProperty in class PHPUnit_Framework_Constraint_TraversableContains
PHPUnit_Framework_TestCase::verifyMockObjects() — Method in class PHPUnit_Framework_TestCase
Verifies the mock object expectations.
$PHPUnit_TextUI_ResultPrinterProperty in class PHPUnit_TextUI_ResultPrinter
$PHPUnit_TextUI_TestRunnerProperty in class PHPUnit_TextUI_TestRunner
PHPUnit_Util_TestSuiteIterator::valid() — Method in class PHPUnit_Util_TestSuiteIterator
Checks if there is a current element after calls to rewind() or next().

W

$PHPUnit_Framework_TestResultProperty in class PHPUnit_Framework_TestResult
PHPUnit_Framework_TestResult::warningCount() — Method in class PHPUnit_Framework_TestResult
Gets the number of detected warnings.
PHPUnit_Framework_TestResult::warnings() — Method in class PHPUnit_Framework_TestResult
Returns an Enumeration for the warnings.
PHPUnit_Framework_TestResult::wasSuccessful() — Method in class PHPUnit_Framework_TestResult
Returns whether the entire test was successful or not.
PHPUnit_Framework_TestSuite::warning() — Method in class PHPUnit_Framework_TestSuite
PHPUnit_TextUI_ResultPrinter::writeProgress() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::writeNewLine() — Method in class PHPUnit_TextUI_ResultPrinter
PHPUnit_TextUI_ResultPrinter::writeWithColor() — Method in class PHPUnit_TextUI_ResultPrinter
Writes a buffer out with a color sequence if colors are enabled.
PHPUnit_TextUI_ResultPrinter::writeProgressWithColor() — Method in class PHPUnit_TextUI_ResultPrinter
Writes progress with a color sequence if colors are enabled.
PHPUnit_TextUI_TestRunner::write() — Method in class PHPUnit_TextUI_TestRunner
PHPUnit_Util_Log_JSON::writeCase() — Method in class PHPUnit_Util_Log_JSON
PHPUnit_Util_Log_JSON::write() — Method in class PHPUnit_Util_Log_JSON
$PHPUnit_Util_Log_JUnitProperty in class PHPUnit_Util_Log_JUnit
PHPUnit_Util_Log_TAP::writeNotOk() — Method in class PHPUnit_Util_Log_TAP
PHPUnit_Util_Log_TeamCity::writeProgress() — Method in class PHPUnit_Util_Log_TeamCity
PHPUnit_Util_Printer::write() — Method in class PHPUnit_Util_Printer
$PHPUnit_Util_TestDox_ResultPrinterProperty in class PHPUnit_Util_TestDox_ResultPrinter

X

$PHPUnit_Util_ConfigurationProperty in class PHPUnit_Util_Configuration
PHPUnit_Util_XML::xmlToVariable() — Method in class PHPUnit_Util_XML
"Convert" a DOMElement object into a PHP variable.

_

PHPUnit_Extensions_GroupTestSuite::__construct() — Method in class PHPUnit_Extensions_GroupTestSuite
Constructs a new TestSuite:
PHPUnit_Extensions_PhptTestCase::__construct() — Method in class PHPUnit_Extensions_PhptTestCase
Constructs a test case with the given filename.
PHPUnit_Extensions_PhptTestSuite::__construct() — Method in class PHPUnit_Extensions_PhptTestSuite
Constructs a new TestSuite for .phpt test cases.
PHPUnit_Extensions_RepeatedTest::__construct() — Method in class PHPUnit_Extensions_RepeatedTest
PHPUnit_Extensions_TestDecorator::__construct() — Method in class PHPUnit_Extensions_TestDecorator
Constructor.
PHPUnit_Framework_Constraint::__construct() — Method in class PHPUnit_Framework_Constraint
PHPUnit_Framework_Constraint_ArrayHasKey::__construct() — Method in class PHPUnit_Framework_Constraint_ArrayHasKey
PHPUnit_Framework_Constraint_ArraySubset::__construct() — Method in class PHPUnit_Framework_Constraint_ArraySubset
PHPUnit_Framework_Constraint_Attribute::__construct() — Method in class PHPUnit_Framework_Constraint_Attribute
PHPUnit_Framework_Constraint_Callback::__construct() — Method in class PHPUnit_Framework_Constraint_Callback
PHPUnit_Framework_Constraint_ClassHasAttribute::__construct() — Method in class PHPUnit_Framework_Constraint_ClassHasAttribute
PHPUnit_Framework_Constraint_Composite::__construct() — Method in class PHPUnit_Framework_Constraint_Composite
PHPUnit_Framework_Constraint_Count::__construct() — Method in class PHPUnit_Framework_Constraint_Count
PHPUnit_Framework_Constraint_Exception::__construct() — Method in class PHPUnit_Framework_Constraint_Exception
PHPUnit_Framework_Constraint_ExceptionCode::__construct() — Method in class PHPUnit_Framework_Constraint_ExceptionCode
PHPUnit_Framework_Constraint_ExceptionMessage::__construct() — Method in class PHPUnit_Framework_Constraint_ExceptionMessage
PHPUnit_Framework_Constraint_ExceptionMessageRegExp::__construct() — Method in class PHPUnit_Framework_Constraint_ExceptionMessageRegExp
PHPUnit_Framework_Constraint_GreaterThan::__construct() — Method in class PHPUnit_Framework_Constraint_GreaterThan
PHPUnit_Framework_Constraint_IsEqual::__construct() — Method in class PHPUnit_Framework_Constraint_IsEqual
PHPUnit_Framework_Constraint_IsIdentical::__construct() — Method in class PHPUnit_Framework_Constraint_IsIdentical
PHPUnit_Framework_Constraint_IsInstanceOf::__construct() — Method in class PHPUnit_Framework_Constraint_IsInstanceOf
PHPUnit_Framework_Constraint_IsType::__construct() — Method in class PHPUnit_Framework_Constraint_IsType
PHPUnit_Framework_Constraint_JsonMatches::__construct() — Method in class PHPUnit_Framework_Constraint_JsonMatches
Creates a new constraint.
PHPUnit_Framework_Constraint_LessThan::__construct() — Method in class PHPUnit_Framework_Constraint_LessThan
PHPUnit_Framework_Constraint_Not::__construct() — Method in class PHPUnit_Framework_Constraint_Not
PHPUnit_Framework_Constraint_PCREMatch::__construct() — Method in class PHPUnit_Framework_Constraint_PCREMatch
PHPUnit_Framework_Constraint_SameSize::__construct() — Method in class PHPUnit_Framework_Constraint_SameSize
PHPUnit_Framework_Constraint_StringContains::__construct() — Method in class PHPUnit_Framework_Constraint_StringContains
PHPUnit_Framework_Constraint_StringEndsWith::__construct() — Method in class PHPUnit_Framework_Constraint_StringEndsWith
PHPUnit_Framework_Constraint_StringMatches::__construct() — Method in class PHPUnit_Framework_Constraint_StringMatches
PHPUnit_Framework_Constraint_StringStartsWith::__construct() — Method in class PHPUnit_Framework_Constraint_StringStartsWith
PHPUnit_Framework_Constraint_TraversableContains::__construct() — Method in class PHPUnit_Framework_Constraint_TraversableContains
PHPUnit_Framework_Constraint_TraversableContainsOnly::__construct() — Method in class PHPUnit_Framework_Constraint_TraversableContainsOnly
PHPUnit_Framework_Error::__construct() — Method in class PHPUnit_Framework_Error
Constructor.
PHPUnit_Framework_Exception::__construct() — Method in class PHPUnit_Framework_Exception
PHPUnit_Framework_Exception::__toString() — Method in class PHPUnit_Framework_Exception
PHPUnit_Framework_Exception::__sleep() — Method in class PHPUnit_Framework_Exception
PHPUnit_Framework_ExceptionWrapper::__construct() — Method in class PHPUnit_Framework_ExceptionWrapper
PHPUnit_Framework_ExceptionWrapper::__toString() — Method in class PHPUnit_Framework_ExceptionWrapper
PHPUnit_Framework_ExpectationFailedException::__construct() — Method in class PHPUnit_Framework_ExpectationFailedException
PHPUnit_Framework_IncompleteTestCase::__construct() — Method in class PHPUnit_Framework_IncompleteTestCase
PHPUnit_Framework_SkippedTestCase::__construct() — Method in class PHPUnit_Framework_SkippedTestCase
PHPUnit_Framework_SyntheticError::__construct() — Method in class PHPUnit_Framework_SyntheticError
Constructor.
PHPUnit_Framework_TestCase::__construct() — Method in class PHPUnit_Framework_TestCase
Constructs a test case with the given name.
PHPUnit_Framework_TestFailure::__construct() — Method in class PHPUnit_Framework_TestFailure
Constructs a TestFailure with the given test and exception.
PHPUnit_Framework_TestSuite::__construct() — Method in class PHPUnit_Framework_TestSuite
Constructs a new TestSuite:
PHPUnit_Framework_WarningTestCase::__construct() — Method in class PHPUnit_Framework_WarningTestCase
PHPUnit_Runner_Filter_GroupFilterIterator::__construct() — Method in class PHPUnit_Runner_Filter_GroupFilterIterator
PHPUnit_Runner_Filter_Test::__construct() — Method in class PHPUnit_Runner_Filter_Test
PHPUnit_TextUI_ResultPrinter::__construct() — Method in class PHPUnit_TextUI_ResultPrinter
Constructor.
PHPUnit_TextUI_TestRunner::__construct() — Method in class PHPUnit_TextUI_TestRunner
PHPUnit_Util_Configuration::__construct() — Method in class PHPUnit_Util_Configuration
Loads a PHPUnit configuration file.
PHPUnit_Util_Log_JUnit::__construct() — Method in class PHPUnit_Util_Log_JUnit
Constructor.
PHPUnit_Util_Log_TAP::__construct() — Method in class PHPUnit_Util_Log_TAP
Constructor.
PHPUnit_Util_PHP::__construct() — Method in class PHPUnit_Util_PHP
Creates internal Runtime instance.
PHPUnit_Util_Printer::__construct() — Method in class PHPUnit_Util_Printer
Constructor.
PHPUnit_Util_TestDox_ResultPrinter::__construct() — Method in class PHPUnit_Util_TestDox_ResultPrinter
PHPUnit_Util_TestDox_ResultPrinter_XML::__construct() — Method in class PHPUnit_Util_TestDox_ResultPrinter_XML
PHPUnit_Util_TestSuiteIterator::__construct() — Method in class PHPUnit_Util_TestSuiteIterator