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

testCompiledRequestQueryHasherThrowsExceptionForNonQueryable() public method

    public function testCompiledRequestQueryHasherThrowsExceptionForNonQueryable()
    {
        $hasher = ParameterHasher::compiledRequestQuery();
        $hasher->hash(new \stdClass());
    }