Browse Source

Remove outdated test

Jordi Boggiano 13 years ago
parent
commit
8f05cca7b5
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/Packagist/WebBundle/Tests/Controller/AboutControllerTest.php

+ 0 - 8
src/Packagist/WebBundle/Tests/Controller/AboutControllerTest.php

@@ -13,12 +13,4 @@ class AboutControllerTest extends WebTestCase
         $crawler = $client->request('GET', '/about');
         $this->assertEquals('What is Packagist?', $crawler->filter('.box h1')->first()->text());
     }
-    
-    public function testComposer()
-    {
-        $client = self::createClient();
-
-        $crawler = $client->request('GET', '/about-composer');
-        $this->assertEquals('What is Composer?', $crawler->filter('.box h1')->first()->text());
-    }
 }