Remove Windows test config file
We don't have a Windows CI anymore
This commit is contained in:
parent
f90a08e89c
commit
7a2c7b42fb
2 changed files with 1 additions and 20 deletions
|
@ -22,13 +22,7 @@ abstract class BaseTest extends TestCase
|
|||
*/
|
||||
protected function getConfigFile()
|
||||
{
|
||||
if (PHP_OS == 'WINNT') {
|
||||
$configFile = 'config_test_windows.yml';
|
||||
} else {
|
||||
$configFile = 'config_test.yml';
|
||||
}
|
||||
|
||||
return __DIR__ . '/../config/' . $configFile;
|
||||
return __DIR__ . '/../config/config_test.yml';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue