mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 13:44:58 -06:00
18 lines
210 B
PHP
18 lines
210 B
PHP
<?php
|
|
|
|
class ExamplATest extends \PHPUnit_Framework_TestCase
|
|
{
|
|
protected function setUp()
|
|
{
|
|
}
|
|
|
|
protected function tearDown()
|
|
{
|
|
}
|
|
|
|
// tests
|
|
public function testMe()
|
|
{
|
|
}
|
|
|
|
} |