mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-23 07:08:33 +00:00
Remove JTable classes
This commit is contained in:
parent
8658fb62f3
commit
dbaeefa3aa
@ -1,29 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Patch testing component for the Joomla! CMS
|
||||
*
|
||||
* @copyright Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2016 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later
|
||||
*/
|
||||
|
||||
namespace PatchTester\Table;
|
||||
|
||||
/**
|
||||
* Pulls Table class
|
||||
*
|
||||
* @since 2.0
|
||||
*/
|
||||
class PullsTable extends \JTable
|
||||
{
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param \JDatabaseDriver &$db JDatabaseDriver object.
|
||||
*
|
||||
* @since 2.0
|
||||
*/
|
||||
public function __construct(\JDatabaseDriver &$db)
|
||||
{
|
||||
parent::__construct('#__patchtester_pulls', 'id', $db);
|
||||
}
|
||||
}
|
@ -1,29 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Patch testing component for the Joomla! CMS
|
||||
*
|
||||
* @copyright Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 - 2016 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later
|
||||
*/
|
||||
|
||||
namespace PatchTester\Table;
|
||||
|
||||
/**
|
||||
* Tests Table class
|
||||
*
|
||||
* @since 2.0
|
||||
*/
|
||||
class TestsTable extends \JTable
|
||||
{
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param \JDatabaseDriver &$db JDatabaseDriver object.
|
||||
*
|
||||
* @since 2.0
|
||||
*/
|
||||
public function __construct(\JDatabaseDriver &$db)
|
||||
{
|
||||
parent::__construct('#__patchtester_tests', 'id', $db);
|
||||
}
|
||||
}
|
@ -7,7 +7,7 @@
|
||||
<license>GNU General Public License version 2 or later</license>
|
||||
<authorEmail>admin@joomla.org</authorEmail>
|
||||
<authorUrl>https://www.joomla.org</authorUrl>
|
||||
<version>2.0.2.dev</version>
|
||||
<version>3.0.0.dev</version>
|
||||
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
|
||||
<scriptfile>script.php</scriptfile>
|
||||
<install>
|
||||
|
Loading…
x
Reference in New Issue
Block a user