mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Improved code completion in PHPStorm
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
|
|
||||||
class e_arrayTest extends \Codeception\Test\Unit
|
class e_arrayTest extends \Codeception\Test\Unit
|
||||||
{
|
{
|
||||||
|
/** @var e_array */
|
||||||
private $arrObj;
|
private $arrObj;
|
||||||
|
|
||||||
|
|
||||||
protected function _before()
|
protected function _before()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
class e_formTest extends \Codeception\Test\Unit
|
class e_formTest extends \Codeception\Test\Unit
|
||||||
{
|
{
|
||||||
|
/** @var e_form */
|
||||||
protected $_frm;
|
protected $_frm;
|
||||||
|
|
||||||
protected $_id = 567; // simulated record number.
|
protected $_id = 567; // simulated record number.
|
||||||
@@ -704,7 +705,7 @@
|
|||||||
$result = str_replace("\n", "", $result);
|
$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('\$expected value for \$field not set in script');
|
||||||
// $this->expectExceptionMessage($result);
|
// $this->expectExceptionMessage($result);
|
||||||
|
Reference in New Issue
Block a user