Skip to content

Commit

Permalink
class route
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjgreen committed Jan 9, 2015
1 parent 61a06dd commit 473807f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="FastRoute Tests">
<testsuite name="Phroute Tests">
<directory>./test/</directory>
</testsuite>
</testsuites>
Expand Down
2 changes: 1 addition & 1 deletion src/Phroute/Route.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php namespace Phroute\Router;

interface Route {
class Route {

/**
* Constants for before and after filters
Expand Down

0 comments on commit 473807f

Please sign in to comment.