Functional\Tests\DifferenceTest::testElementsOfWrongTypeAreIgnored PHP Method

testElementsOfWrongTypeAreIgnored() public method

public testElementsOfWrongTypeAreIgnored ( $collection )
    public function testElementsOfWrongTypeAreIgnored($collection)
    {
        $this->assertEquals(-3.5, difference($collection), '', 0.1);
    }