Functional\Tests\ProductTest::testElementsOfWrongTypeAreIgnored PHP Method

testElementsOfWrongTypeAreIgnored() public method

public testElementsOfWrongTypeAreIgnored ( $collection )
    public function testElementsOfWrongTypeAreIgnored($collection)
    {
        $this->assertEquals(3, product($collection), '', 0.01);
    }