We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01871d8 commit cc31a0aCopy full SHA for cc31a0a
tests/Integration/Api/Application/Nests/EggControllerTest.php
@@ -26,7 +26,7 @@ public function setUp(): void
26
}
27
28
/**
29
- * Test that all of the eggs belonging to a given nest can be returned.
+ * Test that all the eggs belonging to a given nest can be returned.
30
*/
31
public function testListAllEggsInNest()
32
{
@@ -47,7 +47,7 @@ public function testListAllEggsInNest()
47
'files' => [],
48
'startup' => ['done'],
49
'stop',
50
- 'logs' => ['custom', 'location'],
+ 'logs' => [],
51
'extends',
52
],
53
0 commit comments