mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Some test documentation
This commit is contained in:
parent
997c2fd1d5
commit
97543138f8
@ -1,11 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* App
|
* Test for templates
|
||||||
*
|
*
|
||||||
* @link http://www.egroupware.org
|
* @link http://www.egroupware.org
|
||||||
* @author Nathan Gray
|
* @author Nathan Gray
|
||||||
* @package
|
* @package api
|
||||||
|
* @subpackage etemplate
|
||||||
* @copyright (c) 2017 Nathan Gray
|
* @copyright (c) 2017 Nathan Gray
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
*/
|
*/
|
||||||
|
@ -192,6 +192,10 @@ class EtemplateTest extends Etemplate\WidgetBaseTest {
|
|||||||
$this->assertArraySubset($preserve, $result2);
|
$this->assertArraySubset($preserve, $result2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Test of editable widget value overriding preserved value but a readonly
|
||||||
|
* widget does not override preserved value.
|
||||||
|
*/
|
||||||
public function testReadonlyPreserve()
|
public function testReadonlyPreserve()
|
||||||
{
|
{
|
||||||
$etemplate = new Etemplate();
|
$etemplate = new Etemplate();
|
||||||
|
BIN
api/src/test/Test classes.odg
Normal file
BIN
api/src/test/Test classes.odg
Normal file
Binary file not shown.
BIN
api/src/test/Test classes.pdf
Normal file
BIN
api/src/test/Test classes.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user