Fix argument check in bootstrap
Changed
- Fixed the
--group=integration
check in the bootstrap- Before it depended on the position of the argument, so in PhpStorm running tests
failed because the argument wasn't in the second place.
- Before it depended on the position of the argument, so in PhpStorm running tests