firefly-iii/tests/unit/ExamplATest.php
2015-01-01 12:06:42 +01:00

18 lines
210 B
PHP

<?php
class ExamplATest extends \PHPUnit_Framework_TestCase
{
protected function setUp()
{
}
protected function tearDown()
{
}
// tests
public function testMe()
{
}
}