Files
firefly-iii/app/tests/controllers/UserControllerTes.php

9 lines
133 B
PHP
Raw Normal View History

2014-08-09 13:21:24 +02:00
<?php
class UserControllerTest extends TestCase
{
public function testJemoeder()
{
$this->assertTrue(true);
}
}