firefly-iii/tests/unit/ExampleTest.php
2015-07-03 10:28:40 +02:00

21 lines
239 B
PHP

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