Example #1
0
 public function of_string_with_format()
 {
     $this->assertEquals('"Test"', Json::of('Test', Format::$DEFAULT));
 }