Example #1
0
 public function testShouldCastToString()
 {
     $model = new Model();
     $this->assertEquals($model->toJson(), (string) $model);
 }