Skip to content

Commit 91a5075

Browse files
committed
fix: wip
1 parent b156f3b commit 91a5075

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/MCP/McpActionsIntegrationTest.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,6 @@ class McpActionsIntegrationTest extends IntegrationTestCase
2525
{
2626
use RefreshDatabase;
2727

28-
protected array $originalRepositories = [];
29-
30-
protected function setUp(): void
31-
{
32-
parent::setUp();
33-
34-
// Save original repositories to restore after each test
35-
$this->originalRepositories = Restify::$repositories;
36-
}
37-
38-
protected function tearDown(): void
39-
{
40-
// Restore original repositories to prevent test pollution
41-
Restify::$repositories = $this->originalRepositories;
42-
43-
parent::tearDown();
44-
}
45-
4628
protected function getPackageProviders($app): array
4729
{
4830
return array_merge(parent::getPackageProviders($app), [

0 commit comments

Comments
 (0)