We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1927662 commit 970efd4Copy full SHA for 970efd4
tests/Unit/HttpInjectionsTest.php
@@ -1,10 +1,18 @@
1
<?php
2
+
3
declare(strict_types=1);
4
5
+/*
6
+ * This file is part of the Laudis Neo4j package.
7
+ *
8
+ * (c) Laudis technologies <http://laudis.tech>
9
10
+ * For the full copyright and license information, please view the LICENSE
11
+ * file that was distributed with this source code.
12
+ */
13
14
namespace Laudis\Neo4j\Tests\Unit;
15
-
16
use Laudis\Neo4j\Network\Http\HttpInjections;
17
use PHPUnit\Framework\TestCase;
18
use Psr\Http\Client\ClientInterface;
0 commit comments