pixelfed/tests/Unit/ExampleTest.php

20 wiersze
294 B
PHP
Czysty Zwykły widok Historia

2018-04-15 23:56:48 +00:00
<?php
namespace Tests\Unit;
use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$this->assertTrue(true);
}
}