Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Jul 1, 2016
1 parent cdad00c commit 350c49a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/system/CodeIgniterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ public function testRunDefaultRoute()

//--------------------------------------------------------------------

/**
* @group route
*/
public function testRunEmptyDefaultRoute()
{
$_SERVER['argv'] = [
Expand Down Expand Up @@ -83,6 +80,9 @@ public function testRunDefaultRouteNoAutoRoute()

//--------------------------------------------------------------------

/**
* @group route
*/
public function testRunClosureRoute()
{
$_SERVER['argv'] = [
Expand All @@ -107,9 +107,9 @@ public function testRunClosureRoute()
$this->assertContains('You want to see "about" page.', $output);
}

//--------------------------------------------------------------------
//--------------------------------------------------------------------

public function testRun404Override()
public function testRun404Override()
{
$_SERVER['argv'] = [
'index.php',
Expand Down

0 comments on commit 350c49a

Please sign in to comment.