Skip to content

Commit b48e3e4

Browse files
authored
wip (#246)
1 parent 31bba39 commit b48e3e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/Repositories/RepositoryCustomPrefixTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ protected function setUp(): void
1616
parent::setUp();
1717
}
1818

19+
protected function tearDown(): void
20+
{
21+
parent::tearDown();
22+
23+
PostRepository::$prefix = null;
24+
PostRepository::$indexPrefix = null;
25+
}
26+
1927
public function test_repository_can_have_custom_prefix()
2028
{
2129
$this->getJson('api/restify-api/index/'.PostRepository::uriKey())

0 commit comments

Comments
 (0)