Merge branch 'develop' into feature/activitystreams

This commit is contained in:
Jonny Barnes 2017-09-12 15:10:57 +01:00
commit d33793df14
5 changed files with 10 additions and 66 deletions

View file

@ -1,21 +0,0 @@
<?php
namespace Tests\Feature;
use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$response = $this->get('/');
$response->assertStatus(200);
}
}