Skip to content

Commit

Permalink
Moved some stuff to orchestration
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Jun 8, 2024
1 parent e2566b6 commit 19400c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
52 changes: 0 additions & 52 deletions src/Traits/BelongsToOrchestra.php

This file was deleted.

10 changes: 0 additions & 10 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ protected function setUp(): void
'id' => 'checkout',
]);
}

// ToDo: Move this into the orchestration package.
protected function tearDown(): void
{
if (file_exists($migration = database_path('migrations/2024_01_01_000001_create_base_orchestration_tables.php'))) {
unlink($migration);
}

parent::tearDown();
}
}

class User extends \Payavel\Orchestration\Tests\User implements Billable
Expand Down

0 comments on commit 19400c6

Please sign in to comment.