| 1 | <?php |
||
| 10 | trait ConstrainArrayTrait |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Asserts that a condition is true. |
||
| 14 | * |
||
| 15 | * @param string $message |
||
| 16 | * @throws PHPUnit_Framework_AssertionFailedError |
||
| 17 | */ |
||
| 18 | public function assertArrayConstrained(array $constraints, array $array, $isStrict = true, $message = '') |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Returns a Constraint/ConstrainArray matcher object. |
||
| 25 | * |
||
| 26 | * @return Constraint/ConstrainArray |
||
|
|
|||
| 27 | * @since Method available since Release 3.3.0 |
||
| 28 | */ |
||
| 29 | public function constrainArray(array $constraints, $isStrict = true) |
||
| 33 | } |
||
| 34 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.