Skip to content

Commit

Permalink
Merge 16aef15 into 424e3ec
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed May 27, 2017
2 parents 424e3ec + 16aef15 commit 22ca026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/RouterTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

if (!class_exists('PHPUnit_Framework_TestCase')) {
class PHPUnit_Framework_TestCase extends \PHPUnit\Framework\TestCase {}
}

class RouterTest extends \PHPUnit_Framework_TestCase{
public function router($compile=false){
if ($compile)
Expand Down

0 comments on commit 22ca026

Please sign in to comment.