Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 21... Línea 21...
21
 *
21
 *
22
 * @package core_availability
22
 * @package core_availability
23
 * @copyright 2014 The Open University
23
 * @copyright 2014 The Open University
24
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 */
25
 */
26
class tree_test extends \advanced_testcase {
26
final class tree_test extends \advanced_testcase {
27
    public function setUp(): void {
27
    public function setUp(): void {
28
        // Load the mock classes so they can be used.
28
        // Load the mock classes so they can be used.
29
        require_once(__DIR__ . '/fixtures/mock_condition.php');
29
        require_once(__DIR__ . '/fixtures/mock_condition.php');
30
        require_once(__DIR__ . '/fixtures/mock_info.php');
30
        require_once(__DIR__ . '/fixtures/mock_info.php');
-
 
31
        parent::setUp();
31
    }
32
    }
Línea 32... Línea 33...
32
 
33
 
33
    /**
34
    /**
34
     * Tests constructing a tree with errors.
35
     * Tests constructing a tree with errors.