Skip to content

Commit

Permalink
Baseline test class - nothing good here yet
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Dec 1, 2013
1 parent 2de48f2 commit 70c446c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ class ExampleTest extends TestCase {
*
* @return void
*/
public function testBasicExample()
public function testSomethingIsTrue()
{
$crawler = $this->client->request('GET', '/');

$this->assertTrue($this->client->getResponse()->isOk());
$this->assertTrue(true);
}


}

0 comments on commit 70c446c

Please sign in to comment.