31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-01 05:10:48 +00:00

Remove JTable classes

This commit is contained in:
Michael Babker 2016-06-19 10:07:43 -05:00
parent 8658fb62f3
commit dbaeefa3aa
3 changed files with 1 additions and 59 deletions

View File

@ -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);
}
}

View File

@ -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);
}
}

View File

@ -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>