Exemple #1
0
 public function testAttributes()
 {
     $model = new TestSchema();
     $attributes = $model->attributes();
     $this->assertEquals(['_id' => '', 'title' => '', 'object' => '', 'init_test' => '', 'created' => ''], $attributes);
 }