101 calls to PHPUnit_Framework_Assert::assertSame() in Zircon Profile 8
- ConstraintViolationAssertion::assertRaised in vendor/
symfony/ validator/ Tests/ Constraints/ AbstractConstraintValidatorTest.php - FailureTest::testAssertFloatSameFloat in vendor/
phpunit/ phpunit/ tests/ _files/ FailureTest.php - FailureTest::testAssertObjectSameNull in vendor/
phpunit/ phpunit/ tests/ _files/ FailureTest.php - FailureTest::testAssertObjectSameObject in vendor/
phpunit/ phpunit/ tests/ _files/ FailureTest.php - FailureTest::testAssertTextSameText in vendor/
phpunit/ phpunit/ tests/ _files/ FailureTest.php - Framework_AssertTest::testAssertSame in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertSame
- Framework_AssertTest::testAssertSame2 in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertSame
- Framework_AssertTest::testAssertSameFails in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertSame @dataProvider notSameProvider
- Framework_AssertTest::testAssertSameSucceeds in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertSame @dataProvider sameProvider
- Framework_MockObjectTest::testObjectMethodCallWithArgumentCloningDisabled in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testVerificationOfMethodNameFailsWithoutParameters in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testVerificationOfMethodNameFailsWithParameters in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testVerificationOfMethodNameFailsWithWrongParameters in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testVerificationOfNeverFailsWithAnyParameters in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testVerificationOfNeverFailsWithEmptyParameters in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testWithAnythingInsteadOfWithAnyParameters in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - @ticket 199
- Framework_MockObject_Invocation_ObjectTest::testAllowToGetClassNameSetInConstructor in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObject/ Invocation/ ObjectTest.php - Framework_MockObject_Invocation_ObjectTest::testAllowToGetMethodNameSetInConstructor in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObject/ Invocation/ ObjectTest.php - Framework_MockObject_Invocation_ObjectTest::testAllowToGetMethodParametersSetInConstructor in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObject/ Invocation/ ObjectTest.php - Framework_MockObject_Invocation_ObjectTest::testAllowToGetObjectSetInConstructor in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObject/ Invocation/ ObjectTest.php - Framework_MockObject_Invocation_StaticTest::testAllowToGetClassNameSetInConstructor in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObject/ Invocation/ StaticTest.php - Framework_MockObject_Invocation_StaticTest::testAllowToGetMethodNameSetInConstructor in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObject/ Invocation/ StaticTest.php - Framework_MockObject_Invocation_StaticTest::testAllowToGetMethodParametersSetInConstructor in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObject/ Invocation/ StaticTest.php - Framework_TestCaseTest::testCurrentWorkingDirectoryIsRestored in vendor/
phpunit/ phpunit/ tests/ Framework/ TestCaseTest.php - Framework_TestCaseTest::testStaticAttributesBackupPost in vendor/
phpunit/ phpunit/ tests/ Framework/ TestCaseTest.php - @depends testStaticAttributesBackupPre
- InspectorTest::testAssertAllStrings in core/
tests/ Drupal/ Tests/ Component/ Assertion/ InspectorTest.php - Tests asserting all members are strings.
- InstantiatorTest::testNoticeOnUnSerializationException in vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTest/ InstantiatorTest.php - InvalidArgumentExceptionTest::testFromAbstractClass in vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTest/ Exception/ InvalidArgumentExceptionTest.php - InvalidArgumentExceptionTest::testFromNonExistingTypeWithInterface in vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTest/ Exception/ InvalidArgumentExceptionTest.php - InvalidArgumentExceptionTest::testFromNonExistingTypeWithNonExistingClass in vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTest/ Exception/ InvalidArgumentExceptionTest.php - InvalidArgumentExceptionTest::testFromNonExistingTypeWithTrait in vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTest/ Exception/ InvalidArgumentExceptionTest.php - Issue503Test::testCompareDifferentLineEndings in vendor/
phpunit/ phpunit/ tests/ Regression/ GitHub/ 503/ Issue503Test.php - PHPUnit_Framework_Assert::assertAttributeSame in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that a variable and an attribute of an object have the same type and value.
- PHP_CodeCoverageTest::testConstructor2 in vendor/
phpunit/ php-code-coverage/ tests/ PHP/ CodeCoverageTest.php - @covers PHP_CodeCoverage::__construct @covers PHP_CodeCoverage::filter
- PHP_Token_IncludeTest::testGetIncludes in vendor/
phpunit/ php-token-stream/ tests/ Token/ IncludeTest.php - @covers PHP_Token_Includes::getName @covers PHP_Token_Includes::getType
- PHP_Token_IncludeTest::testGetIncludesCategorized in vendor/
phpunit/ php-token-stream/ tests/ Token/ IncludeTest.php - @covers PHP_Token_Includes::getName @covers PHP_Token_Includes::getType
- PHP_Token_IncludeTest::testGetIncludesCategory in vendor/
phpunit/ php-token-stream/ tests/ Token/ IncludeTest.php - @covers PHP_Token_Includes::getName @covers PHP_Token_Includes::getType
- PHP_Token_InterfaceTest::testGetPackageNamespace in vendor/
phpunit/ php-token-stream/ tests/ Token/ InterfaceTest.php - @covers PHP_Token_INTERFACE::getPackage
- PHP_Token_InterfaceTest::testGetPackageNamespaceForFileWithMultipleNamespaces in vendor/
phpunit/ php-token-stream/ tests/ Token/ InterfaceTest.php - @dataProvider provideFilesWithClassesWithinMultipleNamespaces @covers PHP_Token_INTERFACE::getPackage
- PHP_Token_InterfaceTest::testGetPackageNamespaceIsEmptyForInterfacesThatAreNotWithinNamespaces in vendor/
phpunit/ php-token-stream/ tests/ Token/ InterfaceTest.php - PHP_Token_InterfaceTest::testGetPackageNamespaceWhenExtentingFromNamespaceClass in vendor/
phpunit/ php-token-stream/ tests/ Token/ InterfaceTest.php - @covers PHP_Token_INTERFACE::getPackage
- PHP_Token_NamespaceTest::testGetEndLineWithScopedNamespace in vendor/
phpunit/ php-token-stream/ tests/ Token/ NamespaceTest.php - PHP_Token_NamespaceTest::testGetEndLineWithUnscopedNamespace in vendor/
phpunit/ php-token-stream/ tests/ Token/ NamespaceTest.php - PHP_Token_NamespaceTest::testGetName in vendor/
phpunit/ php-token-stream/ tests/ Token/ NamespaceTest.php - @covers PHP_Token_NAMESPACE::getName
- PHP_Token_NamespaceTest::testGetStartLineWithScopedNamespace in vendor/
phpunit/ php-token-stream/ tests/ Token/ NamespaceTest.php - PHP_Token_NamespaceTest::testGetStartLineWithUnscopedNamespace in vendor/
phpunit/ php-token-stream/ tests/ Token/ NamespaceTest.php - ProxyClassGeneratorTest::testProxyRespectsByRefMethodParameters in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyClassGeneratorTest.php - ProxyLogicTest::testCallingVariadicMethodCausesLazyLoading in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.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::testCloningCallsClonerWithClonedObject in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testCloningWithPersister in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testFetchingIdentifiersViaPublicGetterDoesNotCauseLazyLoading in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testFetchingProtectedAssociationViaPublicGetterCausesLazyLoading in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testFetchingPublicAssociationCausesLazyLoading in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testFetchingPublicFieldsCausesLazyLoading in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testFetchingPublicIdentifierDoesNotCauseLazyLoading in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testFetchingTransientPropertiesWillNotTriggerLazyLoading in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testInitializationRestoresDefaultPublicLazyLoadedFieldValues in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testInitializedProxyUnserialization in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testLazyLoadingTriggeredOnlyAtFirstPublicPropertyRead in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testLoadingWithPersisterWillBeTriggeredOnlyOnce in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testNoErrorWhenSettingNonExistentProperty in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testNotInitializedProxyUnserialization in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testSettingPublicAssociationCausesLazyLoading in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyLogicTest::testSettingPublicFieldsCausesLazyLoading in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyLogicTest.php - ProxyMagicMethodsTest::testClonesPrivateProperties in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyMagicMethodsTest.php - @group DCOM-175
- ProxyMagicMethodsTest::testInheritedMagicClone in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyMagicMethodsTest.php - ProxyMagicMethodsTest::testInheritedMagicGet in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyMagicMethodsTest.php - ProxyMagicMethodsTest::testInheritedMagicGetByRef in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyMagicMethodsTest.php - @group DCOM-194
- ProxyMagicMethodsTest::testInheritedMagicIsset in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyMagicMethodsTest.php - ProxyMagicMethodsTest::testInheritedMagicSet in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyMagicMethodsTest.php - ProxyMagicMethodsTest::testInheritedMagicSleep in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyMagicMethodsTest.php - ProxyMagicMethodsTest::testInheritedMagicWakeup in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyMagicMethodsTest.php - RuntimePublicReflectionPropertyTest::testGetValueOnProxyPublicProperty in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Reflection/ RuntimePublicReflectionPropertyTest.php - RuntimePublicReflectionPropertyTest::testSetValueOnProxyPublicProperty in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Reflection/ RuntimePublicReflectionPropertyTest.php - SymfonyStyleTest::testLongWordsBlockWrapping in vendor/
symfony/ console/ Tests/ Style/ SymfonyStyleTest.php - Twig_Tests_Extension_CoreTest::testRandomFunctionReturnsAsIs in vendor/
twig/ twig/ test/ Twig/ Tests/ Extension/ CoreTest.php - Twig_Tests_Extension_CoreTest::testTwigFirst in vendor/
twig/ twig/ test/ Twig/ Tests/ Extension/ CoreTest.php - Twig_Tests_Extension_CoreTest::testTwigLast in vendor/
twig/ twig/ test/ Twig/ Tests/ Extension/ CoreTest.php - Twig_Tests_FileExtensionEscapingStrategyTest::testGuess in vendor/
twig/ twig/ test/ Twig/ Tests/ FileExtensionEscapingStrategyTest.php - @dataProvider getGuessData
- Twig_Tests_LexerTest::testLineDirective in vendor/
twig/ twig/ test/ Twig/ Tests/ LexerTest.php - Twig_Tests_LexerTest::testLineDirectiveInline in vendor/
twig/ twig/ test/ Twig/ Tests/ LexerTest.php - Twig_Tests_LexerTest::testNameLabelForFunction in vendor/
twig/ twig/ test/ Twig/ Tests/ LexerTest.php - Twig_Tests_LexerTest::testNameLabelForTag in vendor/
twig/ twig/ test/ Twig/ Tests/ LexerTest.php - Twig_Tests_Loader_FilesystemTest::testArrayInheritance in vendor/
twig/ twig/ test/ Twig/ Tests/ Loader/ FilesystemTest.php - @dataProvider getArrayInheritanceTests
- Twig_Tests_Loader_FilesystemTest::testLoadTemplateAndRenderBlockWithCache in vendor/
twig/ twig/ test/ Twig/ Tests/ Loader/ FilesystemTest.php - Twig_Tests_Profiler_ProfileTest::testGetAddProfile in vendor/
twig/ twig/ test/ Twig/ Tests/ Profiler/ ProfileTest.php - Twig_Tests_TemplateTest::testGetAttributeExceptions in vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php - @dataProvider getAttributeExceptions
- Twig_Tests_TemplateTest::testGetAttributeOnArrayWithConfusableKey in vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php - @dataProvider getTestsDependingOnExtensionAvailability
- Twig_Tests_TemplateTest::testGetAttributeStrict in vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php - @dataProvider getGetAttributeTests
- Twig_Tests_TemplateTest::testGetAttributeWithTemplateAsObject in vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php - @dataProvider getGetAttributeWithTemplateAsObject
- Twig_Tests_TemplateTest::testGetSource in vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php - Twig_Test_IntegrationTestCase::doIntegrationTest in vendor/
twig/ twig/ lib/ Twig/ Test/ IntegrationTestCase.php - UnexpectedValueExceptionTest::testFromSerializationTriggeredException in vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTest/ Exception/ UnexpectedValueExceptionTest.php - UnexpectedValueExceptionTest::testFromUncleanUnSerialization in vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTest/ Exception/ UnexpectedValueExceptionTest.php - Util_TestTest::testFunctionParenthesesAreAllowed in vendor/
phpunit/ phpunit/ tests/ Util/ TestTest.php - @covers PHPUnit_Util_Test::getLinesToBeCovered @covers PHPUnit_Util_Test::getLinesToBeCoveredOrUsed
- Util_TestTest::testFunctionParenthesesAreAllowedWithWhitespace in vendor/
phpunit/ phpunit/ tests/ Util/ TestTest.php - @covers PHPUnit_Util_Test::getLinesToBeCovered @covers PHPUnit_Util_Test::getLinesToBeCoveredOrUsed
- Util_TestTest::testGetLinesToBeCoveredSkipsNonExistentMethods in vendor/
phpunit/ phpunit/ tests/ Util/ TestTest.php - @covers PHPUnit_Util_Test::getLinesToBeCovered @covers PHPUnit_Util_Test::getLinesToBeCoveredOrUsed
- Util_TestTest::testMethodParenthesesAreAllowed in vendor/
phpunit/ phpunit/ tests/ Util/ TestTest.php - @covers PHPUnit_Util_Test::getLinesToBeCovered @covers PHPUnit_Util_Test::getLinesToBeCoveredOrUsed
- Util_TestTest::testMethodParenthesesAreAllowedWithWhitespace in vendor/
phpunit/ phpunit/ tests/ Util/ TestTest.php - @covers PHPUnit_Util_Test::getLinesToBeCovered @covers PHPUnit_Util_Test::getLinesToBeCoveredOrUsed