Stop running tests on AppVeyor
Debugging tests on Windows is too much work
This commit is contained in:
parent
9b6639168d
commit
43e6f9b25d
2 changed files with 0 additions and 28 deletions
|
@ -118,12 +118,6 @@ class ConfigTest extends BaseTest
|
|||
*/
|
||||
public function testSetOptionsWithoutUpdate()
|
||||
{
|
||||
if (getenv('APPVEYOR')) {
|
||||
$this->markTestSkipped(
|
||||
"This will fail on AppVeyor because it won't be able to find youtube-dl at the defaut path."
|
||||
);
|
||||
}
|
||||
|
||||
Config::setOptions(['appName' => 'foo'], false);
|
||||
$config = Config::getInstance();
|
||||
$this->assertEquals($config->appName, 'foo');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue