Beispiel #1
0
 public function testTheMutatorCacheIsPopulated()
 {
     $class = new EloquentModelStub();
     $expectedAttributes = ['list_items', 'password', 'appendable'];
     $this->assertEquals($expectedAttributes, $class->getMutatedAttributes());
 }