-
Notifications
You must be signed in to change notification settings - Fork 56
Use vendor path to phpunit #146
base: master
Are you sure you want to change the base?
Conversation
@@ -9,7 +9,7 @@ php: | |||
|
|||
before_script: composer install --prefer-source | |||
|
|||
script: phpunit --debug --coverage-text | |||
script: vendor/phpunit/phpunit/phpunit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isnt that one too many phpunit?
I'll see if the tests fails or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vendor, package, bin. It should be correct but phpunit is not imported ¯_(ツ)_/¯
Dropped test for 5.* due to memory issue. Don't think it's worth trying to fix.
|
Do you guys want to takeover the ownership of the bundle? As I don't maintain it anymore. |
I think @Nyholm will be at better maintainer but I can sure step up if he doesn't want to. |
@jongotlin I added you as a collaborator. |
No description provided.