Skip to content

Commit e4f4a40

Browse files
committed
C/S
1 parent c7bf55e commit e4f4a40

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

tests/Assert/Tests/LazyArrayTest.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
<?php
22

3+
/**
4+
* Assert
5+
*
6+
* LICENSE
7+
*
8+
* This source file is subject to the MIT license that is bundled
9+
* with this package in the file LICENSE.txt.
10+
* If you did not receive a copy of the license and are unable to
11+
* obtain it through the world-wide-web, please send an email
12+
* to [email protected] so I can send you a copy immediately.
13+
*/
14+
315
namespace Assert\Tests;
416

517
use Assert\Assert;
@@ -15,7 +27,6 @@ public function testLazyArray()
1527
];
1628

1729
$this->assertTrue(Assert::lazy()
18-
1930
->that($form['email'] ?? null, 'email')
2031
->notEmpty()
2132
->maxLength(255)

0 commit comments

Comments
 (0)