Skip to content

Commit

Permalink
issue #256 - remove unit test
Browse files Browse the repository at this point in the history
which never passed locally but on Travis CI (from which I'm leaving...)
  • Loading branch information
mikaelcom committed Sep 10, 2021
1 parent b0e78ff commit 11649ee
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/Generator/GeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -702,20 +702,6 @@ public function testGetUrlContent()
$content = $generator->getUrlContent('https://phar.wsdltophp.com/bingsearch.wsdl');
$this->assertNotNull($content);
}
/**
* @expectedException \InvalidArgumentException
*/
public function testExceptionOntInitDirectory()
{
Utils::createDirectory($destination = self::getTestDirectory() . 'notwritable', 0444);

$generator = self::getBingGeneratorInstance();
$generator
->setOptionComposerName('wsdltophp/invalid')
->setOptionDestination($destination);

$generator->generatePackage();
}
/**
*
*/
Expand Down

0 comments on commit 11649ee

Please sign in to comment.