File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ private function createModel(string $modelName): Model
44
44
public function testGetCompiledInsert (): void
45
45
{
46
46
$ 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" . ' );
48
48
49
49
$ this ->createModel (UserObjModel::class);
50
50
@@ -60,7 +60,7 @@ public function testGetCompiledInsert(): void
60
60
public function testGetCompiledUpdate (): void
61
61
{
62
62
$ 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" . ' );
64
64
65
65
$ this ->createModel (UserObjModel::class);
66
66
You can’t perform that action at this time.
0 commit comments