Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 26... Línea 26...
26
 *
26
 *
27
 * @package core_search
27
 * @package core_search
28
 * @copyright 2017 The Open University
28
 * @copyright 2017 The Open University
29
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
29
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
30
 */
30
 */
31
class base_block_test extends \advanced_testcase {
31
final class base_block_test extends \advanced_testcase {
32
    /**
32
    /**
33
     * Tests getting the name out of the class name.
33
     * Tests getting the name out of the class name.
34
     */
34
     */
35
    public function test_get_block_name(): void {
35
    public function test_get_block_name(): void {
36
        $area = new \block_mockblock\search\area();
36
        $area = new \block_mockblock\search\area();