mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MNT Remove bad PHPDoc comments on test
This commit is contained in:
parent
7bc4c9dbc3
commit
8c396eb1f6
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user