File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ private function createModel(string $modelName): Model
4444 public function testGetCompiledInsert (): void
4545 {
4646 $ this ->expectException (ModelException::class);
47- $ this ->expectExceptionMessage ('You cannot use ` getCompiledInsert()` in ` Tests\Support\Models\UserObjModel` . ' );
47+ $ this ->expectExceptionMessage ('You cannot use " getCompiledInsert()" in " Tests\Support\Models\UserObjModel" . ' );
4848
4949 $ this ->createModel (UserObjModel::class);
5050
@@ -60,7 +60,7 @@ public function testGetCompiledInsert(): void
6060 public function testGetCompiledUpdate (): void
6161 {
6262 $ this ->expectException (ModelException::class);
63- $ this ->expectExceptionMessage ('You cannot use ` getCompiledUpdate()` in ` Tests\Support\Models\UserObjModel` . ' );
63+ $ this ->expectExceptionMessage ('You cannot use " getCompiledUpdate()" in " Tests\Support\Models\UserObjModel" . ' );
6464
6565 $ this ->createModel (UserObjModel::class);
6666
You can’t perform that action at this time.
0 commit comments