Commits
User selector
Commit History
Commits on Mar 9, 2021
Remove the PMA_VERSION constant
Show description for 33d7112committed
Commits on Mar 8, 2021
Rename the PMA_Config global variable to config
Show description for 7e33d22committed
Commits on Mar 5, 2021
Use PSR-12 for namespace use statements
Show description for 0b8edc5committed
Commits on Oct 13, 2020
Remove some useless comments
Show description for db3da81committed
Commits on Aug 10, 2020
Fix PHPStan errors for PHPUnit assert methods
Show description for ba09c84committed
Commits on Jul 7, 2020
Add return type declaration to test methods
Show description for 47f0960committed
Commits on May 26, 2020
Use short list syntax and single line arrays
Show description for 3ae05c7committedFix some coding standard issues
Show description for 3baad2ecommitted
Commits on May 22, 2020
Fix tests for seed 590128958
Show description for 4134f34committedFix a typo in my last commit
Show description for a878168committed
Commits on May 21, 2020
Rename PmaTestCase to AbstractNetwokTestCase
Show description for b8e6834committedMove callProtectedFunction to abstract class
Show description for 5c270d8committedFix running tests in --process-isolation
Show description for ae575ffcommitted
Commits on May 20, 2020
Call parent's setUp and tearDown
Show description for 6eaa55ecommittedUse ::class in tests
Show description for 0b2c24ecommitted
Commits on Jan 23, 2020
Remove useless return type annotations
Show description for 2061991committed
Commits on Jan 22, 2020
Reference global funcs and consts via use statement
Show description for 676f483committed
Commits on Jan 21, 2020
Remove use statements within the same namespace
Show description for 42166cacommitted
Commits on Jan 20, 2020
Remove unnecessary annotations
Show description for f80d3e3committedUse one line for comments with a single line
Show description for 6283caacommitted
Commits on Dec 7, 2019
Add PHPStan PHPUnit extensions and rules
Show description for f97d957committed
Commits on Dec 1, 2019
Defines rules for double quote usage
Show description for dd06cd3committed
Commits on Sep 2, 2019
Remove vim modelines
Show description for 1a14b3ecommitted
Commits on Aug 20, 2019
Use the router for prefs_manage.php
Show description for bf975c6committed
Commits on Jun 14, 2019
Add a trailing comma in multi-line arrays
Show description for e1f9ae0committed
Commits on Feb 24, 2019
Replace assertEquals() with assertEqualsWithDelta()
Show description for 3e1b935committedReplace assertContains() with assertStringContainsString()
Show description for 92cc67fcommitted
Commits on Feb 23, 2019
Add void return type declaration for tests
Show description for 182491acommitted
Commits on Jan 7, 2019
Fix doc comments alignment
Show description for 25e4806committedFormat array declarations
Show description for 23c3579committed
Commits on Dec 22, 2018
Define an absolute path to use for require statements
Show description for 38e5b12committed
Commits on Dec 19, 2018
Remove unnecessary HTML closing tags
Show description for 9eba565committed
Commits on May 30, 2018
Use short array syntax instead of long array syntax
Show description for b9c0463committed
Commits on May 16, 2018
Enable strict mode in test files
Show description for dc8c92bcommitted
Commits on Feb 23, 2018
Replace static methods with instance methods
Show description for 17bf8b7committed