We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ea0e7 commit fec7122Copy full SHA for fec7122
1 file changed
tests/system/Models/GeneralModelTest.php
@@ -71,10 +71,6 @@ public function testMagicGetters(): void
71
$this->assertFalse(isset($this->model->foobar));
72
$this->assertNull($this->model->foobar);
73
74
- $this->model->flavor = 'chocolate';
75
- $this->assertTrue(isset($this->model->flavor));
76
- $this->assertSame('chocolate', $this->model->flavor);
77
-
78
// from DB
79
$this->assertTrue(isset($this->model->DBPrefix));
80
$this->assertSame('utf8', $this->model->charset);
0 commit comments