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 e1cf300 commit 01d6896Copy full SHA for 01d6896
tests/Database/DatabaseEloquentModelTest.php
@@ -67,7 +67,8 @@ public function testDirtyAttributes()
67
$this->assertTrue($model->isDirty(['foo', 'bar']));
68
}
69
70
- public function testDirtyOnCastOrDateAttributes(){
+ public function testDirtyOnCastOrDateAttributes()
71
+ {
72
$model = new EloquentModelCastingStub;
73
$model->setDateFormat('Y-m-d H:i:s');
74
$model->boolAttribute = 1;
0 commit comments