Pinq\Tests\Integration\Traversable\ConstructionTest::testThatTraversableReturnsEquivalentArrayAsSupplied PHP Метод

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

public testThatTraversableReturnsEquivalentArrayAsSupplied ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array
    public function testThatTraversableReturnsEquivalentArrayAsSupplied(\Pinq\ITraversable $traversable, array $data)
    {
        $this->assertMatches($traversable, $data);
    }