composer.json should require PHPUnit
Bug #1295358 reported by
Sam Choi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack-SDK-PHP |
Fix Released
|
High
|
mattfarina |
Bug Description
We need PHPUnit to run the test suite. Add PHPUnit to the list of requirements in composer.json.
Changed in openstack-sdk-php: | |
importance: | Undecided → High |
assignee: | nobody → mattfarina (mattfarina) |
status: | New → In Progress |
Changed in openstack-sdk-php: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
In addition to missing the dependencies, the composer.lock file should be listed in the .gitignore file.