65 calls to PHPUnit_Util_InvalidArgumentHelper::factory()

PHPUnit_Extensions_PhptTestCase::__construct in drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/PhptTestCase.php
Constructs a test case with the given filename.
PHPUnit_Extensions_PhptTestSuite::__construct in drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/PhptTestSuite.php
Constructs a new TestSuite for .phpt test cases.
PHPUnit_Extensions_RepeatedTest::__construct in drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/RepeatedTest.php
Constructor.
PHPUnit_Framework_Assert::assertArrayHasKey in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an array has a specified key.
PHPUnit_Framework_Assert::assertArrayNotHasKey in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an array does not have a specified key.
PHPUnit_Framework_Assert::assertClassHasAttribute in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a class has a specified attribute.
PHPUnit_Framework_Assert::assertClassHasStaticAttribute in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a class has a specified static attribute.
PHPUnit_Framework_Assert::assertClassNotHasAttribute in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a class does not have a specified attribute.
PHPUnit_Framework_Assert::assertClassNotHasStaticAttribute in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a class does not have a specified static attribute.
PHPUnit_Framework_Assert::assertContains in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a haystack contains a needle.
PHPUnit_Framework_Assert::assertContainsOnly in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a haystack contains only values of a given type.
PHPUnit_Framework_Assert::assertContainsOnlyInstancesOf in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a haystack contains only instances of a given classname
PHPUnit_Framework_Assert::assertCount in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts the number of elements of an array, Countable or Iterator.
PHPUnit_Framework_Assert::assertFileExists in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a file exists.
PHPUnit_Framework_Assert::assertFileNotExists in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a file does not exist.
PHPUnit_Framework_Assert::assertInstanceOf in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a variable is of a given type.
PHPUnit_Framework_Assert::assertInternalType in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a variable is of a given type.
PHPUnit_Framework_Assert::assertJson in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string is a valid JSON string.
PHPUnit_Framework_Assert::assertNotContains in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a haystack does not contain a needle.
PHPUnit_Framework_Assert::assertNotContainsOnly in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a haystack does not contain only values of a given type.
PHPUnit_Framework_Assert::assertNotCount in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts the number of elements of an array, Countable or Iterator.
PHPUnit_Framework_Assert::assertNotInstanceOf in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a variable is not of a given type.
PHPUnit_Framework_Assert::assertNotInternalType in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a variable is not of a given type.
PHPUnit_Framework_Assert::assertNotRegExp in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string does not match a given regular expression.
PHPUnit_Framework_Assert::assertNotSameSize in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Assert that the size of two arrays (or `Countable` or `Iterator` objects) is not the same.
PHPUnit_Framework_Assert::assertObjectHasAttribute in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an object has a specified attribute.
PHPUnit_Framework_Assert::assertObjectNotHasAttribute in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an object does not have a specified attribute.
PHPUnit_Framework_Assert::assertRegExp in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string matches a given regular expression.
PHPUnit_Framework_Assert::assertSameSize in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Assert that the size of two arrays (or `Countable` or `Iterator` objects) is the same.
PHPUnit_Framework_Assert::assertStringEndsNotWith in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string ends not with a given prefix.
PHPUnit_Framework_Assert::assertStringEndsWith in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string ends with a given prefix.
PHPUnit_Framework_Assert::assertStringMatchesFormat in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string matches a given format string.
PHPUnit_Framework_Assert::assertStringMatchesFormatFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string matches a given format file.
PHPUnit_Framework_Assert::assertStringNotMatchesFormat in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string does not match a given format string.
PHPUnit_Framework_Assert::assertStringNotMatchesFormatFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string does not match a given format string.
PHPUnit_Framework_Assert::assertStringStartsNotWith in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string starts not with a given prefix.
PHPUnit_Framework_Assert::assertStringStartsWith in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a string starts with a given prefix.
PHPUnit_Framework_Assert::readAttribute in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Returns the value of an attribute of a class or an object. This also works for attributes that are declared protected or private.
PHPUnit_Framework_Constraint_IsEqual::__construct in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/IsEqual.php
PHPUnit_Framework_Constraint_TraversableContains::__construct in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContains.php
PHPUnit_Framework_MockObject_Generator::getMock in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php
Returns a mock object for the specified class.
PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php
Returns a mock object for the specified abstract class with all abstract methods of the class mocked. Concrete methods to mock can be specified with the last parameter
PHPUnit_Framework_MockObject_Generator::getObjectForTrait in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php
Returns an object for the specified trait.
PHPUnit_Framework_MockObject_Matcher_MethodName::__construct in drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/MethodName.php
PHPUnit_Framework_TestCase::iniSet in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
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_TestCase::setInIsolation in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
@since Method available since Release 3.4.0
PHPUnit_Framework_TestCase::setOutputCallback in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
@since Method available since Release 3.6.0
PHPUnit_Framework_TestCase::setPreserveGlobalState in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
@since Method available since Release 3.4.0
PHPUnit_Framework_TestCase::setRunTestInSeparateProcess in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
@since Method available since Release 3.4.0
PHPUnit_Framework_TestResult::convertErrorsToExceptions in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php
Enables or disables the error-to-exception conversion.
PHPUnit_Framework_TestResult::setTimeoutForLargeTests in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php
Sets the timeout for large tests.
PHPUnit_Framework_TestResult::setTimeoutForMediumTests in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php
Sets the timeout for medium tests.
PHPUnit_Framework_TestResult::setTimeoutForSmallTests in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php
Sets the timeout for small tests.
PHPUnit_Framework_TestResult::stopOnError in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php
Enables or disables the stopping when an error occurs.
PHPUnit_Framework_TestResult::stopOnFailure in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php
Enables or disables the stopping when a failure occurs.
PHPUnit_Framework_TestResult::stopOnIncomplete in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php
Enables or disables the stopping for incomplete tests.
PHPUnit_Framework_TestResult::stopOnSkipped in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php
Enables or disables the stopping for skipped tests.
PHPUnit_Framework_TestResult::strictMode in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestResult.php
Enables or disables the strict mode.
PHPUnit_Framework_TestSuite::addTestFile in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php
Wraps both <code>addTest()</code> and <code>addTestSuite</code> as well as the separate import statements for the user's convenience.
PHPUnit_Framework_TestSuite::addTestFiles in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php
Wrapper for addTestFile() that adds multiple test files.
PHPUnit_Framework_TestSuite::addTestSuite in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php
Adds the tests from the given class to the suite.
PHPUnit_TextUI_ResultPrinter::__construct in drupal/core/vendor/phpunit/phpunit/PHPUnit/TextUI/ResultPrinter.php
Constructor.
PHPUnit_Util_Class::getObjectAttribute in drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Class.php
Returns the value of an object's attribute. This also works for attributes that are declared protected or private.
PHPUnit_Util_Class::getStaticAttribute in drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Class.php
Returns the value of a static attribute. This also works for attributes that are declared protected or private.
PHPUnit_Util_Printer::setAutoFlush in drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Printer.php
Set auto-flushing mode.