You are here

160 calls to PHPUnit_Framework_Assert::assertTrue() in Zircon Profile 8

AutoloaderTest::testAutoload in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/AutoloaderTest.php
BlacklistTest::testClassCanBeBlacklisted in vendor/sebastian/global-state/tests/BlacklistTest.php
BlacklistTest::testClassNamePrefixesCanBeBlacklisted in vendor/sebastian/global-state/tests/BlacklistTest.php
BlacklistTest::testGlobalVariableCanBeBlacklisted in vendor/sebastian/global-state/tests/BlacklistTest.php
BlacklistTest::testImplementorsCanBeBlacklisted in vendor/sebastian/global-state/tests/BlacklistTest.php
BlacklistTest::testStaticAttributeCanBeBlacklisted in vendor/sebastian/global-state/tests/BlacklistTest.php
BlacklistTest::testSubclassesCanBeBlacklisted in vendor/sebastian/global-state/tests/BlacklistTest.php
ChangeCurrentWorkingDirectoryTest::testSomethingThatChangesTheCwd in vendor/phpunit/phpunit/tests/_files/ChangeCurrentWorkingDirectoryTest.php
CountTest::testCount in vendor/phpunit/phpunit/tests/Framework/Constraint/CountTest.php
DataProviderDebugTest::testProvider in vendor/phpunit/phpunit/tests/_files/DataProviderDebugTest.php
@dataProvider provider
DataProviderFilterTest::testTrue in vendor/phpunit/phpunit/tests/_files/DataProviderFilterTest.php
@dataProvider truthProvider
DataProviderIncompleteTest::testIncomplete in vendor/phpunit/phpunit/tests/_files/DataProviderIncompleteTest.php
@dataProvider incompleteTestProviderMethod
DataProviderSkippedTest::testSkipped in vendor/phpunit/phpunit/tests/_files/DataProviderSkippedTest.php
@dataProvider skippedTestProviderMethod
Framework_AssertTest::testAssertTrue in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertTrue
Framework_ConstraintTest::testAttributeEqualTo in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Assert::attributeEqualTo @covers PHPUnit_Framework_Constraint_Attribute @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testAttributeNotEqualTo in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Assert::attributeEqualTo @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_Constraint_Attribute @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintArrayContains in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_TraversableContains @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintArrayContainsCheckForObjectIdentity in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_TraversableContains
Framework_ConstraintTest::testConstraintArrayNotContains in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_TraversableContains @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintCallback in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Callback
Framework_ConstraintTest::testConstraintClassHasAttribute in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ClassHasAttribute @covers PHPUnit_Framework_Assert::classHasAttribute @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintClassHasStaticAttribute in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ClassHasStaticAttribute @covers PHPUnit_Framework_Assert::classHasStaticAttribute @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintClassNotHasAttribute in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ClassHasAttribute @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::classHasAttribute @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintClassNotHasStaticAttribute in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ClassHasStaticAttribute @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::classHasStaticAttribute @covers PHPUnit_Framework_Assert::logicalNot @covers…
Framework_ConstraintTest::testConstraintCountWithAnArray in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Count
Framework_ConstraintTest::testConstraintCountWithAnIteratorWhichDoesNotImplementCountable in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Count
Framework_ConstraintTest::testConstraintCountWithAnObjectImplementingCountable in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_Count
Framework_ConstraintTest::testConstraintGreaterThan in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_GreaterThan @covers PHPUnit_Framework_Assert::greaterThan @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintGreaterThanOrEqual in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsEqual @covers PHPUnit_Framework_Constraint_GreaterThan @covers PHPUnit_Framework_Constraint_Or @covers PHPUnit_Framework_Assert::greaterThanOrEqual @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsAnything in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsAnything @covers PHPUnit_Framework_Assert::anything @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsEmpty in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsEmpty @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsEqual in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsEqual @covers PHPUnit_Framework_Assert::equalTo @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsIdentical in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsIdentical @covers PHPUnit_Framework_Assert::identicalTo @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsInstanceOf in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsInstanceOf @covers PHPUnit_Framework_Assert::isInstanceOf @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsNotEqual in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsEqual @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::equalTo @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsNotIdentical in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsIdentical @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::identicalTo @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsNotInstanceOf in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsInstanceOf @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::isInstanceOf @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsNotNull in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsNull @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::isNull @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_Constraint::count @covers…
Framework_ConstraintTest::testConstraintIsNotType in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsType @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::isType @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsNull in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsNull @covers PHPUnit_Framework_Assert::isNull @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintIsResourceTypeEvaluatesCorrectlyWithResources in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@dataProvider resources @covers PHPUnit_Framework_Constraint_IsType @covers PHPUnit_Framework_Assert::isType
Framework_ConstraintTest::testConstraintIsType in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsType @covers PHPUnit_Framework_Assert::isType @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintLessThan in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_LessThan @covers PHPUnit_Framework_Assert::lessThan @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintLessThanOrEqual in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsEqual @covers PHPUnit_Framework_Constraint_LessThan @covers PHPUnit_Framework_Constraint_Or @covers PHPUnit_Framework_Assert::lessThanOrEqual @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintNotGreaterThan in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_GreaterThan @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::greaterThan @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintNotLessThan in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_LessThan @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::lessThan @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintNotLessThanOrEqual in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_IsEqual @covers PHPUnit_Framework_Constraint_LessThan @covers PHPUnit_Framework_Constraint_Or @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::lessThanOrEqual @covers…
Framework_ConstraintTest::testConstraintObjectHasAttribute in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ObjectHasAttribute @covers PHPUnit_Framework_Assert::objectHasAttribute @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintObjectNotHasAttribute in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_ObjectHasAttribute @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::objectHasAttribute @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintPCREMatch in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_PCREMatch @covers PHPUnit_Framework_Assert::matchesRegularExpression @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintPCRENotMatch in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_PCREMatch @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::matchesRegularExpression @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintSameSizeWithAnArray in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_SameSize
Framework_ConstraintTest::testConstraintSameSizeWithAnIteratorWhichDoesNotImplementCountable in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_SameSize
Framework_ConstraintTest::testConstraintSameSizeWithAnObjectImplementingCountable in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_SameSize
Framework_ConstraintTest::testConstraintSplObjectStorageContains in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_TraversableContains @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintStringContains in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringContains @covers PHPUnit_Framework_Assert::stringContains @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintStringEndsNotWith in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringEndsWith @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::stringEndsWith @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintStringEndsWith in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringEndsWith @covers PHPUnit_Framework_Assert::stringEndsWith @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintStringMatches in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringMatches @covers PHPUnit_Framework_Assert::matches @covers PHPUnit_Framework_Constraint::count
Framework_ConstraintTest::testConstraintStringMatches2 in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringMatches @covers PHPUnit_Framework_Assert::matches @covers PHPUnit_Framework_Constraint::count
Framework_ConstraintTest::testConstraintStringMatches3 in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringMatches @covers PHPUnit_Framework_Assert::matches @covers PHPUnit_Framework_Constraint::count
Framework_ConstraintTest::testConstraintStringMatches4 in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringMatches @covers PHPUnit_Framework_Assert::matches @covers PHPUnit_Framework_Constraint::count
Framework_ConstraintTest::testConstraintStringMatches5 in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringMatches @covers PHPUnit_Framework_Assert::matches @covers PHPUnit_Framework_Constraint::count
Framework_ConstraintTest::testConstraintStringMatches6 in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringMatches @covers PHPUnit_Framework_Assert::matches @covers PHPUnit_Framework_Constraint::count
Framework_ConstraintTest::testConstraintStringNotContains in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringContains @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::stringContains @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintStringStartsNotWith in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringStartsWith @covers PHPUnit_Framework_Constraint_Not @covers PHPUnit_Framework_Assert::stringStartsWith @covers PHPUnit_Framework_Assert::logicalNot @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_ConstraintTest::testConstraintStringStartsWith in vendor/phpunit/phpunit/tests/Framework/ConstraintTest.php
@covers PHPUnit_Framework_Constraint_StringStartsWith @covers PHPUnit_Framework_Assert::stringStartsWith @covers PHPUnit_Framework_Constraint::count @covers PHPUnit_Framework_TestFailure::exceptionToString
Framework_MockBuilderTest::testByDefaultOriginalCloneIsPreserved in vendor/phpunit/phpunit-mock-objects/tests/MockBuilderTest.php
Framework_MockBuilderTest::testMethodsToMockCanBeSpecified in vendor/phpunit/phpunit-mock-objects/tests/MockBuilderTest.php
Framework_MockBuilderTest::testMockBuilderRequiresClassName in vendor/phpunit/phpunit-mock-objects/tests/MockBuilderTest.php
Framework_MockBuilderTest::testMockClassNameCanBeSpecified in vendor/phpunit/phpunit-mock-objects/tests/MockBuilderTest.php
Framework_MockBuilderTest::testProvidesAFluentInterface in vendor/phpunit/phpunit-mock-objects/tests/MockBuilderTest.php
Framework_MockObjectTest::testOriginalConstructorSettingConsidered in vendor/phpunit/phpunit-mock-objects/tests/MockObjectTest.php
Framework_MockObject_GeneratorTest::testGetMockCanCreateNonExistingFunctions in vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php
@covers PHPUnit_Framework_MockObject_Generator::getMock
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassDoesNotFailWhenFakingInterfaces in vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassStubbingAbstractClass in vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass
Framework_MockObject_GeneratorTest::testGetMockForAbstractClassWithNonExistentMethods in vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php
@covers PHPUnit_Framework_MockObject_Generator::getMockForAbstractClass
Framework_MockObject_GeneratorTest::testGetMockForTraitStubbingAbstractMethod in vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php
@covers PHPUnit_Framework_MockObject_Generator::getMockForTrait @requires PHP 5.4.0
Framework_MockObject_GeneratorTest::testGetMockForTraitWithNonExistentMethodsAndNonAbstractMethods in vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php
@covers PHPUnit_Framework_MockObject_Generator::getMockForTrait @requires PHP 5.4.0
Framework_SuiteTest::testInheritedTests in vendor/phpunit/phpunit/tests/Framework/SuiteTest.php
Framework_SuiteTest::testNoTestCases in vendor/phpunit/phpunit/tests/Framework/SuiteTest.php
Framework_SuiteTest::testOneTestCase in vendor/phpunit/phpunit/tests/Framework/SuiteTest.php
Framework_TestCaseTest::testException in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testExceptionInAssertPostConditions in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testExceptionInAssertPreConditions in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testExceptionInSetUp in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testExceptionInTearDown in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testExceptionInTest in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testExceptionWithMessage in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testExceptionWithRegexpMessage in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testExpectOutputRegexFooActualFoo in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testExpectOutputStringFooActualFoo in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testIsInIsolationReturnsFalse in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testIsInIsolationReturnsTrue in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testWasRun in vendor/phpunit/phpunit/tests/Framework/TestCaseTest.php
InspectorTest::testAllCallable in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting all members are callable.
InspectorTest::testAllNotEmpty in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting all members are !empty().
InspectorTest::testAssertAllArrays in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting all members are arrays.
InspectorTest::testAssertAllFloat in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting all members are floating point variables.
InspectorTest::testAssertAllHaveKey in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting all members have specified keys.
InspectorTest::testAssertAllIntegers in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting all members are integers.
InspectorTest::testAssertAllMatch in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting strstr() or stristr() match.
InspectorTest::testAssertAllNumeric in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting all arguments are numbers or strings castable to numbers.
InspectorTest::testAssertAllObjects in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting all members are objects.
InspectorTest::testAssertAllRegularExpressionMatch in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting regular expression match.
InspectorTest::testAssertAllStrictArrays in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting all members are strict arrays.
InspectorTest::testAssertAllStringable in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting all members are strings or objects with __toString().
InspectorTest::testAssertStrictArray in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting array is 0-indexed - the strict definition of array.
InspectorTest::testAssertTraversable in core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
Tests asserting argument is an array or traversable object.
IsolationTest::testIsInIsolationReturnsTrue in vendor/phpunit/phpunit/tests/_files/IsolationTest.php
Issue1021Test::testSomething in vendor/phpunit/phpunit/tests/Regression/1021/Issue1021Test.php
@dataProvider provider
Issue1149Test::testOne in vendor/phpunit/phpunit/tests/Regression/GitHub/1149/Issue1149Test.php
Issue1149Test::testTwo in vendor/phpunit/phpunit/tests/Regression/GitHub/1149/Issue1149Test.php
@runInSeparateProcess
Issue1216Test::testConfigAvailableInBootstrap in vendor/phpunit/phpunit/tests/Regression/GitHub/1216/Issue1216Test.php
Issue1265Test::testTrue in vendor/phpunit/phpunit/tests/Regression/GitHub/1265/Issue1265Test.php
Issue1330Test::testTrue in vendor/phpunit/phpunit/tests/Regression/GitHub/1330/Issue1330Test.php
Issue1337Test::testProvider in vendor/phpunit/phpunit/tests/Regression/GitHub/1337/Issue1337Test.php
@dataProvider dataProvider
Issue1348Test::testSTDOUT in vendor/phpunit/phpunit/tests/Regression/GitHub/1348/Issue1348Test.php
Issue1437Test::testFailure in vendor/phpunit/phpunit/tests/Regression/GitHub/1437/Issue1437Test.php
Issue1471Test::testFailure in vendor/phpunit/phpunit/tests/Regression/GitHub/1471/Issue1471Test.php
Issue498Test::shouldBeTrue in vendor/phpunit/phpunit/tests/Regression/GitHub/498/Issue498Test.php
@test @dataProvider shouldBeTrueDataProvider @group falseOnly
Issue765Test::testDependee in vendor/phpunit/phpunit/tests/Regression/GitHub/765/Issue765Test.php
Issue765Test::testDependent in vendor/phpunit/phpunit/tests/Regression/GitHub/765/Issue765Test.php
@depends testDependee @dataProvider dependentProvider
PHPUnit_Framework_Assert::assertSelectEquals in vendor/phpunit/phpunit/src/Framework/Assert.php
assertSelectEquals("#binder .name", "Chuck", true, $xml); // any? assertSelectEquals("#binder .name", "Chuck", false, $xml); // none?
PHPUnit_Framework_Assert::assertTag in vendor/phpunit/phpunit/src/Framework/Assert.php
Evaluate an HTML or XML string and assert its structure and/or contents.
PHP_CodeCoverage_FilterTest::testBlacklistedFileIsFiltered in vendor/phpunit/php-code-coverage/tests/PHP/CodeCoverage/FilterTest.php
@covers PHP_CodeCoverage_Filter::isFiltered
PHP_CodeCoverage_FilterTest::testIsFile in vendor/phpunit/php-code-coverage/tests/PHP/CodeCoverage/FilterTest.php
@covers PHP_CodeCoverage_Filter::isFile
PHP_CodeCoverage_FilterTest::testNonFilesAreFiltered in vendor/phpunit/php-code-coverage/tests/PHP/CodeCoverage/FilterTest.php
@covers PHP_CodeCoverage_Filter::isFiltered @covers PHP_CodeCoverage_Filter::isFile
PHP_CodeCoverage_FilterTest::testNotWhitelistedFileIsFiltered in vendor/phpunit/php-code-coverage/tests/PHP/CodeCoverage/FilterTest.php
@covers PHP_CodeCoverage_Filter::isFiltered
PHP_Token_InterfaceTest::testHasInterfacesExists in vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php
@covers PHP_Token_INTERFACE::hasInterfaces
PHP_Token_InterfaceTest::testHasParentExists in vendor/phpunit/php-token-stream/tests/Token/InterfaceTest.php
@covers PHP_Token_INTERFACE::hasParent
ProxyClassGeneratorTest::testCreatesAssociationProxyAsSubclassOfTheOriginalOne in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyClassGeneratorTest.php
ProxyClassGeneratorTest::testProxyRespectsByRefMethodParameters in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyClassGeneratorTest.php
ProxyClassGeneratorTest::testProxyRespectsMethodsWhichReturnValuesByReference in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyClassGeneratorTest.php
ProxyLogicTest::testCheckingPublicAssociationCausesLazyLoading in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyLogicTest.php
ProxyLogicTest::testCheckingPublicFieldsCausesLazyLoading in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyLogicTest.php
ProxyLogicTest::testInitializedProxyUnserialization in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyLogicTest.php
ProxyMagicMethodsTest::testInheritedMagicClone in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyMagicMethodsTest.php
ProxyMagicMethodsTest::testInheritedMagicIsset in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyMagicMethodsTest.php
TemplateMethodsTest::testOne in vendor/phpunit/phpunit/tests/_files/TemplateMethodsTest.php
TemplateMethodsTest::testTwo in vendor/phpunit/phpunit/tests/_files/TemplateMethodsTest.php
Twig_Tests_Extension_CoreTest::testRandomFunction in vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php
@dataProvider getRandomFunctionTestData
Twig_Tests_Extension_CoreTest::testRandomFunctionOnNonUTF8String in vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php
Twig_Tests_Extension_CoreTest::testRandomFunctionWithoutParameter in vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php
Twig_Tests_FileCachingTest::testClearingCacheFiles in vendor/twig/twig/test/Twig/Tests/FileCachingTest.php
@group legacy
Twig_Tests_FileCachingTest::testWritingCacheFiles in vendor/twig/twig/test/Twig/Tests/FileCachingTest.php
@group legacy
Twig_Tests_Loader_ArrayTest::testIsFresh in vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php
Twig_Tests_Loader_ChainTest::testExists in vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php
Twig_Tests_NodeVisitor_OptimizerTest::testForOptimizer in vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php
@dataProvider getTestsForForOptimizer
Twig_Tests_NodeVisitor_OptimizerTest::testRenderBlockOptimizer in vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php
Twig_Tests_NodeVisitor_OptimizerTest::testRenderParentBlockOptimizer in vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php
Twig_Tests_NodeVisitor_OptimizerTest::testRenderVariableBlockOptimizer in vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php
Twig_Tests_Node_AutoEscapeTest::testConstructor in vendor/twig/twig/test/Twig/Tests/Node/AutoEscapeTest.php
Twig_Tests_Node_ForTest::testConstructor in vendor/twig/twig/test/Twig/Tests/Node/ForTest.php
Twig_Tests_Node_IncludeTest::testConstructor in vendor/twig/twig/test/Twig/Tests/Node/IncludeTest.php
Twig_Tests_Profiler_ProfileTest::testGetDuration in vendor/twig/twig/test/Twig/Tests/Profiler/ProfileTest.php
Twig_Tests_Profiler_ProfileTest::testIsBlock in vendor/twig/twig/test/Twig/Tests/Profiler/ProfileTest.php
Twig_Tests_Profiler_ProfileTest::testIsMacro in vendor/twig/twig/test/Twig/Tests/Profiler/ProfileTest.php
Twig_Tests_Profiler_ProfileTest::testIsRoot in vendor/twig/twig/test/Twig/Tests/Profiler/ProfileTest.php
Twig_Tests_Profiler_ProfileTest::testIsTemplate in vendor/twig/twig/test/Twig/Tests/Profiler/ProfileTest.php