Skip to content

Instantly share code, notes, and snippets.

@Mombuyish
Created May 3, 2017 07:34
Show Gist options
  • Save Mombuyish/40ca22a0b26d1a176e81367655cda491 to your computer and use it in GitHub Desktop.
Save Mombuyish/40ca22a0b26d1a176e81367655cda491 to your computer and use it in GitHub Desktop.
<?php
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$response = $this->get('/');
$response->assertStatus(200);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment