Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 5c1aa11

Browse files
author
Greg Heitz
committed
Fix ... ooops
1 parent f228c6d commit 5c1aa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GherkinParam.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
*/
1010
namespace Codeception\Extension;
1111

12-
use PHPUnit_Framework_ExpectationFailedException;
1312
use Codeception\Util\Fixtures;
1413
use Behat\Gherkin\Node\TableNode;
14+
use ReflectionProperty;
1515

1616
class GherkinParam extends \Codeception\Platform\Extension
1717
{

0 commit comments

Comments
 (0)