Skip to content

Commit aae7d2b

Browse files
committed
Add test
1 parent d957663 commit aae7d2b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/Factory/CakeValidationFactoryTest.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111
*/
1212
class CakeValidationFactoryTest extends TestCase
1313
{
14+
15+
/**
16+
* Test.
17+
*
18+
* @return void
19+
*/
20+
public function testCreateValidator()
21+
{
22+
(new CakeValidationFactory())->createValidator();
23+
24+
$this->assertTrue(true);
25+
}
26+
1427
/**
1528
* Test.
1629
*

0 commit comments

Comments
 (0)