phpmyadmin/test/classes
Maurício Meneghini Fauth 1a82d6f0d2 Refactor PhpMyAdmin\Import static methods
Replaces static methods with instance methods.

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-31 21:32:18 -03:00
..
_data Update test theme to 4.9 2018-03-27 03:18:45 -03:00
Config Fix Config/PageSettingsTest global dependencies 2017-12-20 16:33:35 -02:00
Controllers Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
Database Replace static methods with instance methods 2018-02-24 16:39:53 -03:00
Dbi Remove usage of $GLOBALS['userlink'] 2017-10-25 10:21:18 +02:00
Di Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
Display Refactor PhpMyAdmin\Display\Export class 2018-01-13 23:51:16 -02:00
Engines Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
Gis Rename Gis/GisGeomTest to Gis/GisGeomTestCase 2017-12-20 19:18:23 -02:00
Navigation Refactoring tests 2017-12-12 06:46:53 -02:00
Plugins Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
Properties Refactoring tests 2017-12-12 06:46:53 -02:00
Rte Fix Rte/TriggersTest global dependencies 2017-12-20 22:53:05 -02:00
Server Replace static methods with instance methods 2018-03-31 03:09:45 -03:00
Setup Fix Setup/FormProcessingTest global dependencies 2017-12-20 23:01:44 -02:00
Stubs Add namespace to test classes 2017-09-20 13:03:50 -03:00
Utils Refactor Utils\HttpRequest class 2018-01-22 17:31:57 -02:00
AdvisorTest.php Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
BookmarkTest.php Use PSR-1 for PHPUnit TestCase 2017-11-06 06:29:04 -02:00
BrowseForeignersTest.php Refactor PhpMyAdmin\BrowseForeigners class 2018-01-18 19:27:13 -02:00
CentralColumnsTest.php Addapt getHtmlForTableNavigation to twig template 2018-03-23 00:34:26 -03:00
CharsetsTest.php Replace globals with DI in Charsets class 2017-11-09 11:31:42 -02:00
CheckUserPrivilegesTest.php Replace static methods with instance methods 2018-03-15 13:56:08 -03:00
ConfigTest.php Remove @ operator from function_exists 2018-03-01 22:36:35 -03:00
CoreTest.php Fix CoreTest global dependencies 2017-12-19 01:03:40 -02:00
CreateAddFieldTest.php Use DI for DatabaseInterface instance 2018-02-15 15:04:37 -02:00
DatabaseInterfaceTest.php Fix DatabaseInterfaceTest global dependencies 2017-12-19 01:03:40 -02:00
EncodingTest.php Remove @ operator from function_exists 2018-03-01 22:36:35 -03:00
ErrorHandlerTest.php Refactoring tests 2017-12-12 06:46:53 -02:00
ErrorTest.php Refactoring tests 2017-12-12 06:46:53 -02:00
ExportTest.php Refactor PhpMyAdmin\Export static methods 2018-03-31 19:28:25 -03:00
FileTest.php Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
FontTest.php Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
FooterTest.php Fix FooterTest global dependency 2017-12-19 01:03:40 -02:00
HeaderTest.php Remove not needed use statements 2017-10-23 18:49:37 +02:00
ImportTest.php Refactor PhpMyAdmin\Import static methods 2018-03-31 21:32:18 -03:00
IndexTest.php Refactoring tests 2017-12-12 06:46:53 -02:00
InsertEditTest.php Use DI for DatabaseInterface dependency 2018-02-06 18:47:57 -02:00
IpAllowDenyTest.php Use PSR-1 for PHPUnit TestCase 2017-11-06 06:29:04 -02:00
LanguageTest.php Refactoring tests 2017-12-12 06:46:53 -02:00
LinterTest.php Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
ListDatabaseTest.php Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
MenuTest.php Remove not needed use statements 2017-10-23 18:49:37 +02:00
MessageTest.php Move collation connection setting to user preferences 2017-11-29 14:16:31 +01:00
MimeTest.php Use PSR-1 for PHPUnit TestCase 2017-11-06 06:29:04 -02:00
MultSubmitsTest.php Fix coding styles issues 2018-02-17 01:42:50 -02:00
NormalizationTest.php Fix some coding style issues 2018-02-10 01:08:31 -02:00
OperationsTest.php Replace static methods with instance methods 2018-02-25 12:43:49 -03:00
PdfTest.php Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
PmaTestCase.php Use PSR-1 for PHPUnit TestCase 2017-11-06 06:29:04 -02:00
RelationCleanupDbiMock.php Fix code standard errors 2017-09-30 18:19:09 -03:00
RelationCleanupTest.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
RelationTest.php Replace static methods with instance methods 2018-03-19 09:23:23 -03:00
ReplicationGuiTest.php Replace static methods with instance methods 2018-03-27 21:35:30 -03:00
SanitizeTest.php Refactoring tests 2017-12-12 06:46:53 -02:00
ScriptsTest.php Simplify Scripts::addFile API 2017-11-29 15:09:43 +01:00
SqlQueryFormTest.php Use PSR-1 for PHPUnit TestCase 2017-11-06 06:29:04 -02:00
SqlTest.php Replace static methods with instance methods 2018-02-27 17:39:16 -03:00
StorageEngineTest.php Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
SysInfoTest.php Use PSR-1 for PHPUnit TestCase 2017-11-06 06:29:04 -02:00
SystemDatabaseTest.php Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
TableTest.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
TemplateTest.php Use PSR-4 for Twig classes 2017-11-30 16:33:26 -02:00
ThemeManagerTest.php Move collation connection setting to user preferences 2017-11-29 14:16:31 +01:00
ThemeTest.php Update test theme to 4.9 2018-03-27 03:18:45 -03:00
TrackerTest.php Remove usage of $GLOBALS['controllink'] 2017-10-25 10:21:18 +02:00
TrackingTest.php Replace static methods with instance methods 2018-03-31 03:35:56 -03:00
TransformationsTest.php Use PSR-1 for PHPUnit TestCase 2017-11-06 06:29:04 -02:00
TwoFactorTest.php Fix TwoFactorTest global dependencies 2017-12-19 01:03:40 -02:00
TypesTest.php Bind Types to DatabaseInterface 2017-10-10 12:05:02 +02:00
UrlTest.php Move collation connection setting to user preferences 2017-11-29 14:16:31 +01:00
UserPreferencesTest.php Replace static methods with instance methods 2018-02-23 15:26:02 -03:00
UtilTest.php Extract HTTP requests related methods 2018-01-22 17:31:57 -02:00
VersionInformationTest.php Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase 2017-09-30 16:34:53 -03:00
ZipExtensionTest.php Refactor PhpMyAdmin\ZipExtension class 2018-02-14 01:58:58 -02:00