12 calls to PHPUnit_Framework_Assert::assertNotSame()

Framework_AssertTest::testAssertNotSame in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertNotSame
Framework_AssertTest::testAssertNotSame2 in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertNotSame
Framework_AssertTest::testAssertNotSameFails in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertNotSame @dataProvider sameProvider
Framework_AssertTest::testAssertNotSameFailsNull in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertNotSame
Framework_AssertTest::testAssertNotSameSucceeds in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::assertNotSame @dataProvider notSameProvider
Framework_MockObjectTest::testMockObjectsConstructedIndepentantlyShouldNotBeTheSame in drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php
Framework_MockObjectTest::testObjectMethodCallWithArgumentCloningEnabled in drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php
Framework_MockObjectTest::testStaticMethodCallWithArgumentCloningEnabled in drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php
Framework_MockObject_Invocation_ObjectTest::testConstructorAllowToSetFlagCloneObjectsInParameters in drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObject/Invocation/ObjectTest.php
Framework_MockObject_Invocation_StaticTest::testConstructorAllowToSetFlagCloneObjectsInParameters in drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObject/Invocation/StaticTest.php
Framework_TestCaseTest::testStaticAttributesBackupPost in drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php
PHPUnit_Framework_Assert::assertAttributeNotSame in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a variable and an attribute of an object do not have the same type and value.