@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | $this->query = new Timestamp( |
| 21 | 21 | self::TYPE, |
| 22 | - __DIR__ . '/../data/signed.pdf' |
|
| 22 | + __DIR__.'/../data/signed.pdf' |
|
| 23 | 23 | ); |
| 24 | 24 | } |
| 25 | 25 | |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | /** @var TimestampResult $result */ |
| 33 | 33 | $result = $this->client->get(new Timestamp( |
| 34 | 34 | 'adoc', |
| 35 | - __DIR__ . '/../data/signed.adoc' |
|
| 35 | + __DIR__.'/../data/signed.adoc' |
|
| 36 | 36 | )); |
| 37 | 37 | |
| 38 | 38 | $this->assertSame(ResultInterface::STATUS_OK, $result->getStatus()); |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | 'reason' => 'Elektroninis spaudas', |
| 30 | 30 | 'location' => 'Vilnius', |
| 31 | 31 | 'files' => [ |
| 32 | - __DIR__ . '/../data/document.pdf', |
|
| 32 | + __DIR__ . '/../data/document.pdf', |
|
| 33 | 33 | ] |
| 34 | 34 | ]; |
| 35 | 35 | } |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | 'reason' => 'Elektroninis spaudas', |
| 30 | 30 | 'location' => 'Vilnius', |
| 31 | 31 | 'files' => [ |
| 32 | - __DIR__ . '/../data/document.pdf', |
|
| 32 | + __DIR__.'/../data/document.pdf', |
|
| 33 | 33 | ] |
| 34 | 34 | ]; |
| 35 | 35 | } |