Pinq\Tests\Integration\Providers\DSL\ParameterHasherTest::testCompiledRequestQueryHasherThrowsExceptionForQueryableWithoutDSLProvider PHP Method

testCompiledRequestQueryHasherThrowsExceptionForQueryableWithoutDSLProvider() public method

    public function testCompiledRequestQueryHasherThrowsExceptionForQueryableWithoutDSLProvider()
    {
        $hasher = ParameterHasher::compiledRequestQuery();
        $hasher->hash((new \Pinq\Providers\Traversable\Provider(Traversable::from([])))->createQueryable());
    }