These tests take long

This commit is contained in:
Michal Čihař 2013-01-18 13:20:38 +01:00
parent c38046f172
commit 0ec0a67d13

View File

@ -19,12 +19,18 @@ if (!defined('PMA_VERSION')) {
class PMA_PDF_test extends PHPUnit_Framework_TestCase
{
/**
* @group large
*/
public function testBasic()
{
$arr = new PMA_PDF();
$this->assertContains('PDF', $arr->getPDFData());
}
/**
* @group large
*/
public function testAlias()
{
$arr = new PMA_PDF();