Commit 1a86c37a authored by Fabien Potencier's avatar Fabien Potencier

removed obsolete code

parent ff1fb3af
...@@ -567,9 +567,6 @@ class ApplicationTest extends \PHPUnit_Framework_TestCase ...@@ -567,9 +567,6 @@ class ApplicationTest extends \PHPUnit_Framework_TestCase
$this->assertEquals('Hello world', $response->getContent()); $this->assertEquals('Hello world', $response->getContent());
} }
/**
* @requires PHP 5.4
*/
public function testViewListenerWithCallableTypeHint() public function testViewListenerWithCallableTypeHint()
{ {
$app = new Application(); $app = new Application();
......
...@@ -19,8 +19,6 @@ use Symfony\Component\HttpFoundation\Request; ...@@ -19,8 +19,6 @@ use Symfony\Component\HttpFoundation\Request;
* SecurityTrait test cases. * SecurityTrait test cases.
* *
* @author Fabien Potencier <fabien@symfony.com> * @author Fabien Potencier <fabien@symfony.com>
*
* @requires PHP 5.4
*/ */
class SecurityTraitTest extends \PHPUnit_Framework_TestCase class SecurityTraitTest extends \PHPUnit_Framework_TestCase
{ {
......
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