MDL-52954 assign: Fix the reasonable cibot warnings.

This commit is contained in:
Damyon Wiese
2016-03-30 14:07:28 +08:00
parent 07a7d9a5f1
commit 6853cd5ed4
15 changed files with 51 additions and 47 deletions
+2 -2
View File
@@ -18,7 +18,6 @@
* Test unoconv functionality.
*
* @package core
* @category phpunit
* @copyright 2016 Damyon Wiese
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -30,13 +29,14 @@ defined('MOODLE_INTERNAL') || die();
* A set of tests for some of the unoconv functionality within Moodle.
*
* @package core
* @category phpunit
* @copyright 2016 Damyon Wiese
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class core_unoconv_testcase extends advanced_testcase {
/** @var $testfile1 */
private $testfile1 = null;
/** @var $testfile2 */
private $testfile2 = null;
public function setUp() {