Skip to content

Commit 7378cfd

Browse files
committed
Remove duplicate test
1 parent 4197eb0 commit 7378cfd

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

tests/Unit/SchemaFaker/StaticArrayFakerTest.php

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Vural\OpenAPIFaker\Tests\Unit\UnitTestCase;
1111

1212
use function array_unique;
13-
use function Safe\sort;
13+
use function sort;
1414

1515
/**
1616
* @uses \Vural\OpenAPIFaker\SchemaFaker\BooleanFaker
@@ -34,22 +34,6 @@ public function setUp(): void
3434
$this->options = (new Options())->setStrategy(Options::STRATEGY_STATIC);
3535
}
3636

37-
/** @test */
38-
function it_can_generate_items()
39-
{
40-
$fakeData = ArrayFaker::generate(SchemaFactory::fromJson(
41-
<<<'JSON'
42-
{
43-
"items": {
44-
"type": "string"
45-
}
46-
}
47-
JSON,
48-
), $this->options);
49-
50-
$this->assertMatchesJsonSnapshot($fakeData);
51-
}
52-
5337
/** @test */
5438
function it_can_handle_min_items()
5539
{

0 commit comments

Comments
 (0)