Functional\Tests\RatioTest::testElementsOfWrongTypeAreIgnored PHP Метод

testElementsOfWrongTypeAreIgnored() публичный Метод

public testElementsOfWrongTypeAreIgnored ( $collection )
    public function testElementsOfWrongTypeAreIgnored($collection)
    {
        $this->assertEquals(0.333, ratio($collection), '', 0.001);
    }