1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Reindented tests/unit/e_formTest.php

This commit is contained in:
Nick Liu
2018-09-23 15:26:49 -05:00
parent d622aa28a5
commit 6f8d6fff5b

View File

@@ -1,5 +1,5 @@
<?php <?php
/** /**
* e107 website system * e107 website system
* *
* Copyright (C) 2008-2018 e107 Inc (e107.org) * Copyright (C) 2008-2018 e107 Inc (e107.org)
@@ -9,8 +9,8 @@
*/ */
class e_formTest extends \Codeception\Test\Unit class e_formTest extends \Codeception\Test\Unit
{ {
/** @var e_form */ /** @var e_form */
protected $_frm; protected $_frm;
@@ -182,7 +182,7 @@
} }
/* /*
public function testAddWarning() public function testAddWarning()
{ {
@@ -295,7 +295,7 @@
$this->assertEquals($expected, $actual); $this->assertEquals($expected, $actual);
} }
/* /*
public function testUserlist() public function testUserlist()
{ {
@@ -425,7 +425,7 @@
{ {
} }
*/ */
public function testSelect() public function testSelect()
{ {
$this->_frm->__construct(true); $this->_frm->__construct(true);
@@ -470,7 +470,7 @@
} }
/* /*
public function testUserclass() public function testUserclass()
{ {
@@ -480,7 +480,7 @@
{ {
} }
*/ */
public function testUc_select_single_numeric() public function testUc_select_single_numeric()
{ {
$uc_options = 'admin'; $uc_options = 'admin';
@@ -556,7 +556,7 @@
$this->assertEquals($expected, $actual); $this->assertEquals($expected, $actual);
} }
/* /*
public function testOption_multi() public function testOption_multi()
{ {
@@ -701,7 +701,7 @@
{ {
} }
*/ */
public function testRenderValue() public function testRenderValue()
{ {
@@ -890,7 +890,7 @@
} }
/* /*
public function testRenderListForm() public function testRenderListForm()
{ {
@@ -935,4 +935,4 @@
{ {
}*/ }*/
} }