Exemplo n.º 1
0
 /**
  * Should have a relation to products.
  */
 public function testProducts()
 {
     $this->assertInstanceOf(BelongsToMany::class, $this->tag->products());
 }