Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
pragmarx
/
ia-str
/
stubs
/
tests
Location:
/home/zoteqbgb/public_html/vendor/pragmarx/ia-str/stubs/tests
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: CollectionTest.php
<?php namespace Illuminate\Tests; use PHPUnit\Framework\TestCase; use Illuminate\Support\Collection; class SupportCollectionTest extends TestCase { public function testGetWithNullReturnsNull() { $collection = new Collection([1, 2, 3]); $this->assertNull($collection->get(null)); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
CollectionTest.php
315 bytes
0644
2022-09-07 15:27
âï¸
ðï¸
Rename
StrTest.php
1,412 bytes
0644
2022-09-07 15:27
âï¸
ðï¸
Rename
bootstrap.php
87 bytes
0644
2022-09-07 15:27
âï¸
ðï¸
Rename
Chang
Apply