From 8c396eb1f6178ad7ef2af5e287a603fc0d75ef23 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Fri, 17 Feb 2023 18:53:42 +1300 Subject: [PATCH] MNT Remove bad PHPDoc comments on test --- tests/php/ORM/DataListTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/php/ORM/DataListTest.php b/tests/php/ORM/DataListTest.php index 99af9d765..294123284 100755 --- a/tests/php/ORM/DataListTest.php +++ b/tests/php/ORM/DataListTest.php @@ -1958,8 +1958,6 @@ class DataListTest extends SapphireTest /** * Test passing scalar values to sort() * - * Explicity tests that sort(null) will wipe any existing sort on a DataList - * * @dataProvider provideSortScalarValues */ public function testSortScalarValues(mixed $emtpyValue, string $type): void @@ -1992,10 +1990,7 @@ class DataListTest extends SapphireTest } /** - * Test passing scalar values to sort() - * * Explicity tests that sort(null) will wipe any existing sort on a DataList - * */ public function testSortNull(): void {