29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-21 03:22:52 +00:00
cms/tests/Codeception/_support/Page/Acceptance/Administrator/AdminFormPage.php

24 lines
473 B
PHP
Raw Normal View History

<?php
/**
* @package Joomla.Tests
* @subpackage Page
*
* @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
namespace Page\Acceptance\Administrator;
/**
* Acceptance Page object class to define administrator form page objects.
*
* @package Page\Acceptance\Administrator
*
2019-05-16 18:03:26 +00:00
* @since 4.0.0
*/
class AdminFormPage extends AdminPage
{
// @todo.
}