Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix path to phpunit files from composer.json #89

Merged
merged 3 commits into from Jun 21, 2017
Merged

Fix path to phpunit files from composer.json #89

merged 3 commits into from Jun 21, 2017

Conversation

bweston92
Copy link
Member

Unable to run the tests due to file names not matching in composer.json to the actual file names.

Unable to run the tests due to file names not matching in composer.json to the actual file names.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.868% when pulling 2722905 on bweston92:patch-2 into 13a2986 on prooph:master.

composer.json Outdated
"test-postgres": "vendor/bin/phpunit -c phpunit.xml.pdo_pgsql",
"test-mysql": "vendor/bin/phpunit -c phpunit.xml.pdo_mysql"
"test-postgres": "vendor/bin/phpunit -c phpunit.xml.postgres",
"test-mysql": "vendor/bin/phpunit -c phpunit.xml.mysql"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add test-mariadb as well?

@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.868% when pulling 13f1681 on bweston92:patch-2 into 13a2986 on prooph:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.868% when pulling 13f1681 on bweston92:patch-2 into 13a2986 on prooph:master.

@prolic prolic merged commit 51f0e0e into prooph:master Jun 21, 2017
@bweston92 bweston92 deleted the patch-2 branch June 21, 2017 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants