Skip to content

Commit

Permalink
Remove test - external service is turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
morawskim committed Oct 2, 2023
1 parent b1d8782 commit 6cf3ceb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/Faker/LoremSpaceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ public function normalizeImageSizeProvider(): iterable
yield 'too_big' => [3000, 3000, 2000];
}

public function testLoremSpaceDownloadWithDefaults()
{
$file = LoremSpaceProvider::loremSpace(LoremSpaceProvider::CATEGORY_FACE, sys_get_temp_dir());
$this->checkDownloadedFile($file);
}

public function testSelfOwnedLoremSpaceUrl()
{
$selfOwnedLoremSpaceUrl = getenv('LOREM_SPACE_SELF_OWNED_URL');
Expand Down

0 comments on commit 6cf3ceb

Please sign in to comment.