mirror of
https://github.com/e107inc/e107.git
synced 2025-04-14 09:32:17 +02:00
Improved code completion in PHPStorm
This commit is contained in:
parent
ad9935b666
commit
ab35c8a1df
@ -11,9 +11,9 @@
|
||||
|
||||
class e_arrayTest extends \Codeception\Test\Unit
|
||||
{
|
||||
/** @var e_array */
|
||||
private $arrObj;
|
||||
|
||||
|
||||
protected function _before()
|
||||
{
|
||||
try
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
class e_formTest extends \Codeception\Test\Unit
|
||||
{
|
||||
/** @var e_form */
|
||||
protected $_frm;
|
||||
|
||||
protected $_id = 567; // simulated record number.
|
||||
@ -704,7 +705,7 @@
|
||||
$result = str_replace("\n", "", $result);
|
||||
|
||||
|
||||
if(empty($expected[$field]))
|
||||
// if(empty($expected[$field]))
|
||||
{
|
||||
// $this->expectExceptionMessage('\$expected value for \$field not set in script');
|
||||
// $this->expectExceptionMessage($result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user