Formatting fixes and cleanup.
This commit is contained in:
parent
a1e14a3e60
commit
51fb71e469
41 changed files with 394 additions and 392 deletions
|
|
@ -32,7 +32,7 @@ class SetTest extends TestCase
|
|||
{
|
||||
$set = new Set(['one' => true, 'two' => true, 'three' => true]);
|
||||
|
||||
$set->fill(["five" => true, "six" => true, "seven" => false ]);
|
||||
$set->fill(["five" => true, "six" => true, "seven" => false]);
|
||||
|
||||
$this->assertSame(['five', 'six'], $set->all()->toArray());
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue