Esempio n. 1
0
 /**
  * @test
  */
 public function it_will_determine_to_sort_when_creating_if_sortable_attribute_does_not_exist()
 {
     $model = new Dummy();
     $this->assertTrue($model->shouldSortWhenCreating());
 }