mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
remove non relevant tests
This commit is contained in:
@@ -174,8 +174,6 @@ class oauthv2_application_test extends PhraseanetWebTestCaseAuthenticatedAbstrac
|
||||
$acc->set_revoked(true); // revoked to show form
|
||||
|
||||
$crawler = $this->client->request('GET', '/authorize', $this->queryParameters);
|
||||
$this->assertTrue($crawler->filter('form')->count() == 2);
|
||||
$this->assertTrue($crawler->filter('input')->count() == 12);
|
||||
$this->assertTrue($this->client->getResponse()->isSuccessful());
|
||||
$this->assertRegExp("/" . self::$appli->get_client_id() . "/", $this->client->getResponse()->getContent());
|
||||
$this->assertRegExp("/" . str_replace("/", '\/', self::$appli->get_redirect_uri()) . "/", $this->client->getResponse()->getContent());
|
||||
|
Reference in New Issue
Block a user