Skip to content

Commit

Permalink
extended by zf dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Oct 16, 2011
1 parent 475665a commit a31ded7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/rack-tests/BaseTest.php
Expand Up @@ -10,6 +10,12 @@ public function testPhpVersionIsCorrect()
public function testPhpExtensionsExist()
{
$this->assert->php->extensions
->isLoaded('simplexml');
->isLoaded('simplexml')
->isLoaded('ctype')
->isLoaded('iconv')
->isLoaded('Reflection')
->isLoaded('session')
->isLoaded('soap')
->isLoaded('dom');
}
}

0 comments on commit a31ded7

Please sign in to comment.