Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 22... Línea 22...
22
 * @package    core
22
 * @package    core
23
 * @category   test
23
 * @category   test
24
 * @copyright  2015 Andrew Nicols <andrew@nicols.co.uk>
24
 * @copyright  2015 Andrew Nicols <andrew@nicols.co.uk>
25
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 */
26
 */
27
class gdlib_test extends \basic_testcase {
27
final class gdlib_test extends \basic_testcase {
Línea 28... Línea 28...
28
 
28
 
Línea 29... Línea 29...
29
    private $fixturepath = null;
29
    private $fixturepath = null;
-
 
30
 
30
 
31
    public function setUp(): void {
31
    public function setUp(): void {
32
        parent::setUp();
Línea 32... Línea 33...
32
        $this->fixturepath = __DIR__ . DIRECTORY_SEPARATOR . 'fixtures' . DIRECTORY_SEPARATOR;
33
        $this->fixturepath = __DIR__ . DIRECTORY_SEPARATOR . 'fixtures' . DIRECTORY_SEPARATOR;
33
    }
34
    }