Skip to content

Commit

Permalink
B#188652 AccessorPair accept all array notations
Browse files Browse the repository at this point in the history
  • Loading branch information
anne-gaelle123inkt committed Nov 8, 2024
1 parent bbf5f11 commit 2ccc9a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"check:phpcs": "phpcs src tests",
"fix": "@fix:phpcbf",
"fix:phpcbf": "phpcbf src tests",
"test": "phpunit",
"test:integration": "phpunit --testsuite integration",
"test:unit": "phpunit --testsuite unit"
"test": "phpunit --coverage-filter=src",
"test:integration": "phpunit --testsuite integration --coverage-filter=src",
"test:unit": "phpunit --testsuite unit --coverage-filter=src"
}
}

0 comments on commit 2ccc9a8

Please sign in to comment.