Skip to content

Commit

Permalink
minor #4857 Fixed the unit tests (GrahamCampbell)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.15 branch.

Discussion
----------

Fixed the unit tests

The tokenising linter doesn't say this is a syntax error, which is why the PHP 7.x tests were passing, but the PHP 5.6 linter doesn't like this.

Commits
-------

de80472 Fixed the unit tests
  • Loading branch information
keradus committed Mar 2, 2020
2 parents 93c04b4 + de80472 commit ab244d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ public function testFnc()
],
[
'<?php
final class MyTest extends \PHPUnit_Framework_TestCase
abstract class MyTest extends \PHPUnit_Framework_TestCase
{
/**
* @expectedException FooException
Expand Down

0 comments on commit ab244d0

Please sign in to comment.