Pinq\Tests\Integration\Traversable\IndexByTest::testThatExecutionIsDeferred PHP Метод

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

public testThatExecutionIsDeferred ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array
    public function testThatExecutionIsDeferred(\Pinq\ITraversable $traversable, array $data)
    {
        $this->assertThatExecutionIsDeferred([$traversable, 'indexBy']);
    }