firefly-iii/tests/unit/ExampleTest.php

21 lines
239 B
PHP
Raw Normal View History

2015-07-03 03:28:40 -05:00
<?php
/**
* Class ExampleTest
*/
class ExampleTest extends \PHPUnit_Framework_TestCase
{
protected function setUp()
{
}
protected function tearDown()
{
}
// tests
public function testMe()
{
}
}