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

Commit

Permalink
Remove useless methods (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot authored Jun 24, 2021
1 parent c3e7a0d commit 3965bef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions tests/Messaging/Jobs/AppUninstalledTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@

class AppUninstalledTest extends TestCase
{
public function setUp(): void
{
parent::setUp();
}

public function testJobSoftDeletesShopAndCharges(): void
{
// Create a plan
Expand Down
5 changes: 0 additions & 5 deletions tests/Traits/ApiControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ class ApiControllerTest extends TestCase
*/
protected $shopSession;

public function setUp(): void
{
parent::setUp();
}

public function testApiWithoutToken(): void
{
$shop = factory($this->model)->create();
Expand Down

0 comments on commit 3965bef

Please sign in to comment.