18 calls to PHPUnit_Framework_Assert::assertNotEquals() in Zircon Profile 8
- Framework_AssertTest::testAssertNotEqualsFails in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertNotEquals @dataProvider equalProvider
- Framework_AssertTest::testAssertNotEqualsSucceeds in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertNotEquals @dataProvider notEqualProvider
- Framework_AssertTest::testAssertStringEqualsNumeric2 in vendor/
phpunit/ phpunit/ tests/ Framework/ AssertTest.php - @covers PHPUnit_Framework_Assert::assertNotEquals
- Framework_MockObjectTest::testArgumentCloningOptionGeneratesUniqueMock in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testMockClassDifferentForPartialMocks in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testMockClassStoreOverrulable in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - Framework_MockObjectTest::testOriginalCloneSettingConsidered in vendor/
phpunit/ phpunit-mock-objects/ tests/ MockObjectTest.php - PHPUnit_Framework_Assert::assertAttributeNotEquals in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that a variable is not equal to an attribute of an object.
- PHPUnit_Framework_Assert::assertFileNotEquals in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of one file is not equal to the contents of another file.
- PHPUnit_Framework_Assert::assertJsonStringNotEqualsJsonString in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two given JSON encoded objects or arrays are not equal.
- PHPUnit_Framework_Assert::assertNotSame in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two variables do not have the same type and value. Used on objects, it asserts that two variables do not reference the same object.
- PHPUnit_Framework_Assert::assertStringNotEqualsFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of a string is not equal to the contents of a file.
- PHPUnit_Framework_Assert::assertXmlFileNotEqualsXmlFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two XML files are not equal.
- PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two XML documents are not equal.
- PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlString in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two XML documents are not equal.
- Twig_Test_EscapingTest::testCssEscapingEscapesOwaspRecommendedRanges in vendor/
twig/ twig/ test/ Twig/ Tests/ escapingTest.php - Twig_Test_EscapingTest::testHtmlAttributeEscapingEscapesOwaspRecommendedRanges in vendor/
twig/ twig/ test/ Twig/ Tests/ escapingTest.php - Twig_Test_EscapingTest::testJavascriptEscapingEscapesOwaspRecommendedRanges in vendor/
twig/ twig/ test/ Twig/ Tests/ escapingTest.php