public function testDeletingAllBrandsDeletesToTheBrandsResource()
 {
     $this->connection->expects($this->once())->method('delete')->with($this->basePath . '/brands');
     Client::deleteAllBrands();
 }