Commit 2ca90fc
Prune framework tests (skip tests for other frameworks if changes are local to another framework) (#5635)
* Added some debug output to see if pruning is operational
* Use stderr
* Show result of git diff in log output
* Experiment with pcov instead of xdebug for code coverage
* Add pcov to codeception tests
* Use xdebug for older php versions
* Fixed condition for pcov; Temporarily disabled some php versions for faster testing
* Show php info and make pecl less quiet
* Change to use xdebug in php7.1
* Re-enalbe all php versions; switch coverage suite to php 7.2
* Use xdebug on php 7.1
* Removed deprecations in claypit
* Fixed autoloader config
* Use travis_terminate to exit when pruning tests
* Renamed bootstrap files for easier debugging
* More bootstrap fixes
* Fixed assertions that depend on global variable
* Changed order of yaml to an error that we do catch
* Remove tests that check for a bootstrap file
* Fixed last reference to global variable $codeception
* Fixed quotes
* Fix missing coverage
* Revert some changes to fix tests
* Fixed last file found test
* Try different domain (could be travis connectivity issue)
* Fixed local test coverage
* Remove reference to Yii1 module
* Re-add Yii2 tests on php 5.6
* Revert "Re-add Yii2 tests on php 5.6"
This reverts commit 5d785c5bc4b7ffb6083f277764c3c3c4acbaa410.1 parent 557998a commit 2ca90fc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments