mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
An example test. Will continue later.
This commit is contained in:
parent
cc807ec132
commit
ad6700c114
File diff suppressed because it is too large
Load Diff
@ -5,5 +5,6 @@
|
||||
class_name: UnitTester
|
||||
modules:
|
||||
enabled:
|
||||
- Laravel5
|
||||
- Asserts
|
||||
- \Helper\Unit
|
20
tests/unit/ExampleTest.php
Normal file
20
tests/unit/ExampleTest.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Class ExampleTest
|
||||
*/
|
||||
class ExampleTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
protected function setUp()
|
||||
{
|
||||
}
|
||||
|
||||
protected function tearDown()
|
||||
{
|
||||
}
|
||||
|
||||
// tests
|
||||
public function testMe()
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user