BUG 0000 "PHPUNIT instantiation classloginInfoTest.php" SOLVED

- Instantiation of the class
- Formatting file to PSR2
This commit is contained in:
Victor Saisa Lopez
2012-07-13 17:04:40 -04:00
parent 02ecdc9263
commit c13937d4e3

View File

@@ -66,7 +66,7 @@ class classloginInfoTest extends PHPUnit_Framework_TestCase
$this->assertTrue($params[1]->isOptional () == false);
$this->assertTrue($params[2]->getName() == 'lSession');
$this->assertTrue($params[2]->isArray() == false);
$this->assertTrue($params[2]->isOptional () == false);
$this->assertTrue($params[2]->isOptional() == false);
}
}