mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Reindented tests/unit/e_formTest.php
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
/**
|
||||
* e107 website system
|
||||
*
|
||||
* 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 */
|
||||
protected $_frm;
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
/*
|
||||
public function testAddWarning()
|
||||
{
|
||||
|
||||
@@ -295,7 +295,7 @@
|
||||
|
||||
$this->assertEquals($expected, $actual);
|
||||
}
|
||||
/*
|
||||
/*
|
||||
public function testUserlist()
|
||||
{
|
||||
|
||||
@@ -425,7 +425,7 @@
|
||||
{
|
||||
|
||||
}
|
||||
*/
|
||||
*/
|
||||
public function testSelect()
|
||||
{
|
||||
$this->_frm->__construct(true);
|
||||
@@ -470,7 +470,7 @@
|
||||
|
||||
|
||||
}
|
||||
/*
|
||||
/*
|
||||
public function testUserclass()
|
||||
{
|
||||
|
||||
@@ -480,7 +480,7 @@
|
||||
{
|
||||
|
||||
}
|
||||
*/
|
||||
*/
|
||||
public function testUc_select_single_numeric()
|
||||
{
|
||||
$uc_options = 'admin';
|
||||
@@ -556,7 +556,7 @@
|
||||
$this->assertEquals($expected, $actual);
|
||||
|
||||
}
|
||||
/*
|
||||
/*
|
||||
public function testOption_multi()
|
||||
{
|
||||
|
||||
@@ -701,7 +701,7 @@
|
||||
{
|
||||
|
||||
}
|
||||
*/
|
||||
*/
|
||||
public function testRenderValue()
|
||||
{
|
||||
|
||||
@@ -890,7 +890,7 @@
|
||||
|
||||
|
||||
}
|
||||
/*
|
||||
/*
|
||||
public function testRenderListForm()
|
||||
{
|
||||
|
||||
@@ -935,4 +935,4 @@
|
||||
{
|
||||
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user