We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -30,6 +30,10 @@ |
||
30 | 30 | */ |
31 | 31 | abstract protected function getFunctions(); |
32 | 32 | |
33 | + /** |
|
34 | + * @param string $expression |
|
35 | + * @param \PHPUnit\Framework\MockObject\Matcher\InvokedCount $expects |
|
36 | + */ |
|
33 | 37 | protected function assertExpressionCompile($expression, $with, array $expressionValues = [], $expects = null, $return = true, $assertMethod = 'assertTrue') |
34 | 38 | { |
35 | 39 | // container var is needed by eval |