Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit bec37e2

Browse files
committed
generated Feature tests should use TestCase instead of PHPUnit's
1 parent 03e52a8 commit bec37e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/stubs/feature-test.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace {{namespace}};
33

4-
use PHPUnit_Framework_TestCase as TestCase;
4+
use TestCase;
55
use {{feature_namespace}};
66

77
class {{testclass}} extends TestCase

0 commit comments

Comments
 (0)