Skip to content

Commit

Permalink
Remove unnecessary namespace from generated Cest
Browse files Browse the repository at this point in the history
EndToEnd tester is created to use EndToEndTester
with a Test\Support namespace which throws an
error because EndToEnd tester does not have a
namespace.
  • Loading branch information
tarecord committed Mar 21, 2024
1 parent f2d7c04 commit dccc275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Project/PluginProject.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ protected function scaffoldEndToEndActivationCest(): void
namespace Tests\\EndToEnd;
use Tests\\Support\\EndToEndTester;
use EndToEndTester;
class ActivationCest
{
Expand Down

0 comments on commit dccc275

Please sign in to comment.