◆ setUp()
HasMaxLengthConstraintTest::setUp |
( |
| ) |
|
|
protected |
◆ testAccepts1()
HasMaxLengthConstraintTest::testAccepts1 |
( |
| ) |
|
◆ testAccepts2()
HasMaxLengthConstraintTest::testAccepts2 |
( |
| ) |
|
◆ testCheckFails()
HasMaxLengthConstraintTest::testCheckFails |
( |
| ) |
|
◆ testCheckSucceed()
HasMaxLengthConstraintTest::testCheckSucceed |
( |
| ) |
|
◆ testNoProblemWith()
HasMaxLengthConstraintTest::testNoProblemWith |
( |
| ) |
|
◆ testNotAccepts()
HasMaxLengthConstraintTest::testNotAccepts |
( |
| ) |
|
◆ testProblemWith()
HasMaxLengthConstraintTest::testProblemWith |
( |
| ) |
|
◆ testRestrictError()
HasMaxLengthConstraintTest::testRestrictError |
( |
| ) |
|
◆ testRestrictNotOk()
HasMaxLengthConstraintTest::testRestrictNotOk |
( |
| ) |
|
◆ testRestrictOk()
HasMaxLengthConstraintTest::testRestrictOk |
( |
| ) |
|
◆ testWithProblemBuilder()
HasMaxLengthConstraintTest::testWithProblemBuilder |
( |
| ) |
|
Definition at line 114 of file HasMaxLengthConstraintTest.php.
116 $new_c = $this->c->withProblemBuilder(
static function ():
string {
117 return "This was a fault";
119 $this->assertEquals(
"This was a fault", $new_c->problemWith(
"123"));
◆ $c
◆ $df
DataFactory HasMaxLengthConstraintTest::$df |
|
private |
◆ $lng
◆ $max_length
int HasMaxLengthConstraintTest::$max_length |
|
private |
The documentation for this class was generated from the following file: