Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b0c4426a43e82decacf60cbd14f8b318482add69
https://github.com/phpmyadmin/phpmyadmin/commit/b0c4426a43e82decacf60cbd14f…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-07-27 (Wed, 07 July 2022) -03:00
Changed paths:
A test/classes/Controllers/Table/Partition/AnalyzeControllerTest.php
A test/classes/Controllers/Table/Partition/CheckControllerTest.php
A test/classes/Controllers/Table/Partition/DropControllerTest.php
A test/classes/Controllers/Table/Partition/OptimizeControllerTest.php
A test/classes/Controllers/Table/Partition/RebuildControllerTest.php
A test/classes/Controllers/Table/Partition/RepairControllerTest.php
A test/classes/Controllers/Table/Partition/TruncateControllerTest.php
M libraries/classes/Controllers/Table/Partition/AnalyzeController.php
M libraries/classes/Controllers/Table/Partition/CheckController.php
M libraries/classes/Controllers/Table/Partition/DropController.php
M libraries/classes/Controllers/Table/Partition/OptimizeController.php
M libraries/classes/Controllers/Table/Partition/RebuildController.php
M libraries/classes/Controllers/Table/Partition/RepairController.php
M libraries/classes/Controllers/Table/Partition/TruncateController.php
Log Message:
-----------
Add basic tests for Controllers\Table\Partition classes
Adds better message for invalid partition name.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>