File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - uses : php-actions/composer@v1
3030 - uses : nanasess/setup-php@master
3131
32+ - name : Install phpunit
33+ run : apt-get install phpunit
34+
3235 - name : Run tests
33- run : php test/AgentTest.php && php test/SecureNativeTest.php
36+ run : phpunit test/AgentTest.php && php test/SecureNativeTest.php
3437
3538 - name : Publish to codecov
3639 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2626 - uses : php-actions/composer@v1
2727 - uses : nanasess/setup-php@master
2828
29+ - name : Install phpunit
30+ run : apt-get install phpunit
31+
2932 - name : Run tests
30- run : php test/AgentTest.php && php test/SecureNativeTest.php
33+ run : phpunit test/AgentTest.php && php test/SecureNativeTest.php
3134
3235 - name : Publish to codecov
3336 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2323 - uses : php-actions/composer@v1
2424 - uses : nanasess/setup-php@master
2525
26+ - name : Install phpunit
27+ run : apt-get install phpunit
28+
2629 - name : Run tests
27- run : php test/AgentTest.php && php test/SecureNativeTest.php
30+ run : phpunit test/AgentTest.php && php test/SecureNativeTest.php
2831
2932 - name : Publish to codecov
3033 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2626 "php" : " >=7.2.0" ,
2727 "guzzlehttp/guzzle" : " ^6.0" ,
2828 "antecedent/patchwork" : " ~2.0" ,
29- "monolog/monolog" : " 2.0.2"
29+ "monolog/monolog" : " 2.0.2" ,
30+ "phpunit/phpunit" : " ^8"
3031 },
3132 "require-dev" : {
32- "phpunit/phpunit" : " ^8" ,
3333 "php-coveralls/php-coveralls" : " *"
3434 }
3535}
You can’t perform that action at this time.
0 commit comments