|
@@ -20,7 +20,7 @@ class DolibarrServiceTest extends TestCase
|
|
|
$this->dolibarrService = new DolibarrService($this->client);
|
|
$this->dolibarrService = new DolibarrService($this->client);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- private function getContentFromFixture(string $filename) {
|
|
|
|
|
|
|
+ private function getContentFromFixture(string $filename): string {
|
|
|
$filepath = dirname(__FILE__) . '/fixtures/' . $filename;
|
|
$filepath = dirname(__FILE__) . '/fixtures/' . $filename;
|
|
|
return file_get_contents($filepath);
|
|
return file_get_contents($filepath);
|
|
|
}
|
|
}
|