This commit is contained in:
Romain Neutron
2013-05-29 21:29:40 +02:00
parent 278eb3c2dc
commit 91185e6f3c
30 changed files with 65 additions and 102 deletions

View File

@@ -111,7 +111,7 @@ class API_OAuth2_TokenTest extends PhraseanetPHPUnitAbstract
public function testGenerate_token()
{
for ($i = 0; $i < 100; $i ++ ) {
for ($i = 0; $i < 100; $i ++) {
$this->assertMd5(API_OAuth2_Token::generate_token());
}
}