mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
An example test. Will continue later.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -5,5 +5,6 @@
|
|||||||
class_name: UnitTester
|
class_name: UnitTester
|
||||||
modules:
|
modules:
|
||||||
enabled:
|
enabled:
|
||||||
|
- Laravel5
|
||||||
- Asserts
|
- Asserts
|
||||||
- \Helper\Unit
|
- \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()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user