Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Update base-test.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray authored Dec 16, 2020
1 parent 36dc22b commit d9f9a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/Package/stubs/base-test.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace {{ DummyNamespace }}\Tests;
namespace {{ rootNamespace }}\Tests;

use Orchestra\Testbench\TestCase as Orchestra;

Expand Down Expand Up @@ -31,4 +31,4 @@ class TestCase extends Orchestra
{
//
}
}
}

0 comments on commit d9f9a8c

Please sign in to comment.