Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
PHPUnit_Framework_MockObject_Stub_ReturnValueMap class drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnValueMap.php Stubs a method by returning a value from a map.
PHPUnit_Framework_MockObject_Verifiable interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Verifiable.php Interface for classes which must verify a given expectation. 2
PHPUnit_Framework_OutputError class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/OutputError.php Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a test that printed output.
PHPUnit_Framework_SelfDescribing interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SelfDescribing.php Interface for classes that can return a description of itself. 9
PHPUnit_Framework_SkippedTest interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SkippedTest.php A marker interface for marking a unit test as being skipped. 2
PHPUnit_Framework_SkippedTestError class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SkippedTestError.php Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a skipped test.
PHPUnit_Framework_SkippedTestSuiteError class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SkippedTestSuiteError.php Extension to PHPUnit_Framework_AssertionFailedError to mark the special case of a skipped test suite.
PHPUnit_Framework_SyntheticError class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SyntheticError.php Creates a synthetic failed assertion.
PHPUnit_Framework_Test interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Test.php A Test can be run and collect its results. 5
PHPUnit_Framework_TestCase abstract class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php A TestCase defines the fixture to run multiple tests. 136
PHPUnit_Framework_TestFailure class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestFailure.php A TestFailure collects a failed test together with the caught exception.
PHPUnit_Framework_TestListener interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestListener.php A Listener for test progress. 9
PHPUnit_Framework_TestResult class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php A TestResult collects the results of executing a test case.
PHPUnit_Framework_TestSuite class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php A TestSuite is a composite of Tests. It runs a collection of test cases. 3
PHPUnit_Framework_TestSuite_DataProvider class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite/DataProvider.php @package PHPUnit @subpackage Framework_TestSuite @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD…
PHPUnit_Framework_Warning class drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Warning.php A warning.
PHPUnit_Runner_BaseTestRunner abstract class drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/BaseTestRunner.php Base class for all test runners. 2
PHPUnit_Runner_StandardTestSuiteLoader class drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/StandardTestSuiteLoader.php The standard test suite loader.
PHPUnit_Runner_TestSuiteLoader interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/TestSuiteLoader.php An interface to define how a test suite should be loaded. 1
PHPUnit_Runner_Version class drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/Version.php This class defines the current version of PHPUnit.
PHPUnit_TextUI_Command class drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/Command.php A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.
PHPUnit_TextUI_ResultPrinter class drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/ResultPrinter.php Prints the result of a TextUI TestRunner run.
PHPUnit_TextUI_TestRunner class drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/TestRunner.php A TestRunner for the Command Line Interface (CLI) PHP SAPI Module.
PHPUnit_Util_Class class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Class.php Class helpers.
PHPUnit_Util_Configuration class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Configuration.php Wrapper for the PHPUnit XML configuration file.
PHPUnit_Util_DeprecatedFeature class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/DeprecatedFeature.php Class to hold the information about a deprecated feature that was used
PHPUnit_Util_DeprecatedFeature_Logger class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/DeprecatedFeature/Logger.php Test Listener that tracks the usage of deprecated features.
PHPUnit_Util_Diff class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Diff.php Diff implementation.
PHPUnit_Util_ErrorHandler class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/ErrorHandler.php Error handler that converts PHP errors and warnings to exceptions.
PHPUnit_Util_Fileloader class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Fileloader.php Utility methods to load PHP sourcefiles.
PHPUnit_Util_Filesystem class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Filesystem.php Filesystem helpers.
PHPUnit_Util_Filter class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Filter.php Utility class for code filtering.
PHPUnit_Util_Getopt class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Getopt.php Command-line options parsing class.
PHPUnit_Util_GlobalState class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/GlobalState.php @package PHPUnit @subpackage Util @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause…
PHPUnit_Util_InvalidArgumentHelper class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/InvalidArgumentHelper.php Factory for PHPUnit_Framework_Exception objects that are used to describe invalid arguments passed to a function or method.
PHPUnit_Util_Log_JSON class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JSON.php A TestListener that generates JSON messages.
PHPUnit_Util_Log_JUnit class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php A TestListener that generates a logfile of the test execution in XML markup.
PHPUnit_Util_Log_TAP class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/TAP.php A TestListener that generates a logfile of the test execution using the Test Anything Protocol (TAP).
PHPUnit_Util_PHP abstract class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/PHP.php Utility methods for PHP sub-processes. 2
PHPUnit_Util_PHP_Default class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/PHP/Default.php Default utility for PHP sub-processes.
PHPUnit_Util_PHP_Windows class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/PHP/Windows.php Windows utility for PHP sub-processes.
PHPUnit_Util_Printer class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Printer.php Utility class that can print to STDOUT or write to a file. 6
PHPUnit_Util_String class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/String.php String helpers.
PHPUnit_Util_Test class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php Test helpers.
PHPUnit_Util_TestDox_NamePrettifier class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/NamePrettifier.php Prettifies class and method names for use in TestDox documentation.
PHPUnit_Util_TestDox_ResultPrinter abstract class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php Base class for printers of TestDox documentation. 2
PHPUnit_Util_TestDox_ResultPrinter_HTML class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter/HTML.php Prints TestDox documentation in HTML format.
PHPUnit_Util_TestDox_ResultPrinter_Text class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter/Text.php Prints TestDox documentation in text format.
PHPUnit_Util_TestSuiteIterator class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestSuiteIterator.php Iterator for test suites.
PHPUnit_Util_Type class drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Type.php Utility class for textual type (and value) representation.

Pages

Other projects