We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ ./phpunit.phar src/AppBundle/Tests/DataProvider/JobBoard/BugTest.php PHPUnit 6.0.9 by Sebastian Bergmann and contributors. E 1 / 1 (100%) Time: 925 ms, Memory: 6.00MB There was 1 error: 1) BugTest::testWsdlBug ParseError: syntax error, unexpected '.', expecting '{' /var/www/src/AppBundle/Tests/DataProvider/JobBoard/BugTest.php:9 ERRORS! Tests: 1, Assertions: 0, Errors: 1.
Reproducible example:
use PHPUnit\Framework\TestCase; class BugTest extends TestCase { public function testWsdlBug() { $this->getMockFromWsdl('https://soapapi.findapprenticeship.service.gov.uk/Services/VacancyManagement/VacancyManagement51.svc?singleWsdl'); } }
The text was updated successfully, but these errors were encountered:
9c01a22
Successfully merging a pull request may close this issue.
Reproducible example:
The text was updated successfully, but these errors were encountered: