getAuthors($client); $this->assertGreaterThan(0, $firstAuthorsResponse); $this->createAuthorWithRandomizedData($client); $secondAuthorsResponse = $this->getAuthors($client); $this->assertCount(count($firstAuthorsResponse) + 1, $secondAuthorsResponse); } }