Functional\Tests\DifferenceTest::testElementsOfWrongTypeAreIgnored PHP Méthode

testElementsOfWrongTypeAreIgnored() public méthode

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