Exemplo n.º 1
0
 public function create_isbn_with_default_type()
 {
     $this->assertEquals(new Isbn('978-3-16-148410-0', Isbn::EAN13), Isbn::with()->number('978-3-16-148410-0')->create());
 }