Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk authored and github-actions[bot] committed May 19, 2022
1 parent dcbc6ce commit 6e0e244
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/Fields/BelongsToFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ protected function setUp(): void
]);

unset($_SERVER['restify.post.store'], $_SERVER['restify.post.allowRestify'], $_SERVER['restify.users.show']);


}

protected function tearDown(): void
Expand Down
2 changes: 0 additions & 2 deletions tests/Fields/HasManyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ protected function setUp(): void
]);

unset($_SERVER['restify.post.show'], $_SERVER['restify.post.delete'], $_SERVER['restify.post.allowRestify']);


}

protected function tearDown(): void
Expand Down

0 comments on commit 6e0e244

Please sign in to comment.