Pinq\Tests\Integration\Traversable\WhereInTest::testThatWhereInUsesStrictEquality PHP Метод

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

public testThatWhereInUsesStrictEquality ( Pinq\ITraversable $traversable, array $data )
$traversable Pinq\ITraversable
$data array
    public function testThatWhereInUsesStrictEquality(\Pinq\ITraversable $traversable, array $data)
    {
        $insection = $traversable->intersect(['1', '2', '3', '4', '5']);
        $this->assertMatches($insection, []);
    }