Pinq\Tests\Integration\Collection\ApplyTest::testThatExecutionIsNotDeferred PHP Метод

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

public testThatExecutionIsNotDeferred ( Pinq\ICollection $collection, array $data )
$collection Pinq\ICollection
$data array
    public function testThatExecutionIsNotDeferred(\Pinq\ICollection $collection, array $data)
    {
        if (count($data) > 0) {
            $this->assertThatExecutionIsNotDeferred([$collection, 'apply']);
        }
    }