@@ -4,4 +4,4 @@ |
||
4 | 4 | ini_set('display_errors', 1); |
5 | 5 | |
6 | 6 | // Composer autoloader |
7 | -require __DIR__ .'/../vendor/autoload.php'; |
|
7 | +require __DIR__ . '/../vendor/autoload.php'; |
@@ -43,7 +43,7 @@ |
||
43 | 43 | self::assertTrue($signed->hasHeader('X-Auth-Nonce')); |
44 | 44 | |
45 | 45 | self::assertEquals( |
46 | - hash('sha256', $signed->getHeaderLine('X-Auth-Nonce') . 'Hello, world' . 'asjdh283ysfjhbkjKHGV^7ra/adf2145'), |
|
46 | + hash('sha256', $signed->getHeaderLine('X-Auth-Nonce') . 'Hello, world' . 'asjdh283ysfjhbkjKHGV^7ra/adf2145'), |
|
47 | 47 | $signed->getHeaderLine('X-Auth-Signature') |
48 | 48 | ); |
49 | 49 | } |