Some test scripts.

This commit is contained in:
James Cole
2021-03-16 14:34:11 +01:00
parent 690edb8fcc
commit df86c89acc
6 changed files with 216 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
<?php
namespace Tests\Objects;
/**
* Class TestObject
*/
class TestObject
{
public function __construct()
{
}
}