]>
BookStack Code Mirror - bookstack/blobdiff - tests/TestCase.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Quick run through of applying new test entity helper class
[bookstack]
/
tests
/
TestCase.php
diff --git
a/tests/TestCase.php
b/tests/TestCase.php
index cc8e57453ea224834a0dbd1223dfc2e7a2111ba2..356fdaa37a24b14db956faab2ca0b09b262de25e 100644
(file)
--- a/
tests/TestCase.php
+++ b/
tests/TestCase.php
@@
-27,6
+27,7
@@
use Monolog\Logger;
use Psr\Http\Client\ClientInterface;
use Ssddanbrown\AssertHtml\TestsHtml;
use Tests\Helpers\EntityProvider;
+use Tests\Helpers\TestServiceProvider;
abstract class TestCase extends BaseTestCase
{