Skip to content

Commit 2ca90fc

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 557998a commit 2ca90fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Codeception/Module/PhpBrowserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public function testCurlOptions()
380380
public function testCurlSslOptions()
381381
{
382382
$this->module->_setConfig(array(
383-
'url' => 'https://google.com',
383+
'url' => 'https://github.com',
384384
'curl' => array(
385385
'CURLOPT_NOBODY' => true,
386386
'CURLOPT_SSL_CIPHER_LIST' => 'TLSv1',

0 commit comments

Comments
 (0)