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 c7bf55e commit e4f4a40Copy full SHA for e4f4a40
tests/Assert/Tests/LazyArrayTest.php
@@ -1,5 +1,17 @@
1
<?php
2
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
+
15
namespace Assert\Tests;
16
17
use Assert\Assert;
@@ -15,7 +27,6 @@ public function testLazyArray()
27
];
28
29
$this->assertTrue(Assert::lazy()
18
-
19
30
->that($form['email'] ?? null, 'email')
20
31
->notEmpty()
21
32
->maxLength(255)
0 commit comments