1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 17:56:48 +00:00
pixelfed/tests/Unit/ExampleTest.php
Daniel Supernault 2598520bbe
Update tests
2021-02-12 22:50:46 -07:00

18 lines
209 B
PHP

<?php
namespace Tests\Unit;
use Tests\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$this->assertTrue(true);
}
}