Merge remote-tracking branch 'origin/master' into oasis

# Conflicts:
#	composer.json
#	composer.lock
This commit is contained in:
Peter Papp
2021-05-03 07:12:21 +02:00
5 changed files with 84 additions and 6 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function test_example()
{
$this->assertTrue(true);
}
}