Pinq\Tests\Integration\Queries\QueryBuildingTestsTrait::assertOperationIsCorrect PHP Method

assertOperationIsCorrect() abstract protected method

abstract protected assertOperationIsCorrect ( callable $operationFunction, $correctValue )
$operationFunction callable
    protected abstract function assertOperationIsCorrect(callable $operationFunction, $correctValue);
QueryBuildingTestsTrait