Commit d9017fc7 authored by Fabien Potencier's avatar Fabien Potencier

minor #1156 Clean ups on master (SpacePossum)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Clean ups on master

Remove some stuff that doesn't apply anymore for master and a little typo.

Commits
-------

85558b76 Clean ups on master
parents 6d6f97e9 85558b76
......@@ -11,10 +11,6 @@
namespace Silex\Tests\Application;
use Silex\Application;
use Silex\Provider\RoutingServiceProvider;
use Silex\Provider\UrlGeneratorServiceProvider;
/**
* UrlGeneratorTrait test cases.
*
......
......@@ -22,7 +22,7 @@ use Silex\Provider\Routing\LazyRequestMatcher;
class LazyRequestMatcherTest extends \PHPUnit_Framework_TestCase
{
/**
* @covers Silex\LazyRequestMatcher::getResquestMatcher
* @covers Silex\LazyRequestMatcher::getRequestMatcher
*/
public function testUserMatcherIsCreatedLazily()
{
......
......@@ -13,7 +13,6 @@ namespace Silex\Tests\Provider;
use Silex\Application;
use Silex\Provider\TwigServiceProvider;
use Silex\Provider\HttpFragmentServiceProvider;
use Symfony\Component\HttpFoundation\Request;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment