Skip to content

Commit

Permalink
Update as per feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 26, 2024
1 parent a54e3b9 commit e2ba621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Model/Filter/FinderTest.php
Expand Up @@ -162,7 +162,7 @@ public function testProcessCastCallbackNull()
/**
* Tests that a custom finder that requires certain values to be cast, using
* a custom callable and null input. In this case, the callable should return
* null if already null or empty string.
* null if already empty string.
*
* @return void
*/
Expand Down Expand Up @@ -201,7 +201,7 @@ public function testProcessCastCallbackNullableString()
/**
* Tests that a custom finder that requires certain values to be cast, using
* a custom callable and null input. In this case, the callable should return
* null if already null or empty string.
* null if already empty string.
*
* @return void
*/
Expand Down

0 comments on commit e2ba621

Please sign in to comment.