Skip to content

Commit 362325e

Browse files
SamMousaNaktibalda
authored andcommitted
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 e1a4354 commit 362325e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/web.suite.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
class_name: WebGuy
2-
bootstrap: _bootstrap.php
32
modules:
43
enabled: [WebDriver, WebHelper]
54
config:

tests/web/_bootstrap.php

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)