Files
firefly-iii/app/tests/controllers/UserControllerTes.php
2014-08-09 13:21:24 +02:00

9 lines
133 B
PHP

<?php
class UserControllerTest extends TestCase
{
public function testJemoeder()
{
$this->assertTrue(true);
}
}