◆ setUp()
HasMinLengthConstraintTest::setUp |
( |
| ) |
|
|
protected |
◆ testAccepts1()
HasMinLengthConstraintTest::testAccepts1 |
( |
| ) |
|
◆ testAccepts2()
HasMinLengthConstraintTest::testAccepts2 |
( |
| ) |
|
◆ testCheckFails()
HasMinLengthConstraintTest::testCheckFails |
( |
| ) |
|
◆ testCheckSucceed()
HasMinLengthConstraintTest::testCheckSucceed |
( |
| ) |
|
◆ testNoProblemWith()
HasMinLengthConstraintTest::testNoProblemWith |
( |
| ) |
|
◆ testNotAccepts()
HasMinLengthConstraintTest::testNotAccepts |
( |
| ) |
|
◆ testProblemWith()
HasMinLengthConstraintTest::testProblemWith |
( |
| ) |
|
◆ testRestrictError()
HasMinLengthConstraintTest::testRestrictError |
( |
| ) |
|
◆ testRestrictNotOk()
HasMinLengthConstraintTest::testRestrictNotOk |
( |
| ) |
|
◆ testRestrictOk()
HasMinLengthConstraintTest::testRestrictOk |
( |
| ) |
|
◆ testWithProblemBuilder()
HasMinLengthConstraintTest::testWithProblemBuilder |
( |
| ) |
|
Definition at line 114 of file HasMinLengthConstraintTest.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(
""));
◆ $c
◆ $df
DataFactory HasMinLengthConstraintTest::$df |
|
private |
◆ $lng
◆ $min_length
int HasMinLengthConstraintTest::$min_length |
|
private |
The documentation for this class was generated from the following file: