mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Some test scripts.
This commit is contained in:
16
tests/Objects/TestObject.php
Normal file
16
tests/Objects/TestObject.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Tests\Objects;
|
||||
|
||||
/**
|
||||
* Class TestObject
|
||||
*/
|
||||
class TestObject
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user