We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3017a43 commit ce1a0f7Copy full SHA for ce1a0f7
tests/Unit/UserModelTest.php
@@ -244,7 +244,7 @@ public function testUpdateUserObjectWithoutUserDataToUpdate(): void
244
/**
245
* @see https://github.com/codeigniter4/shield/issues/471
246
*/
247
- public function testSaveArrayNoDataTUpdate(): void
+ public function testSaveArrayNoDataToUpdate(): void
248
{
249
$this->expectException(DataException::class);
250
$this->expectExceptionMessage('There is no data to update.');
0 commit comments