From 32165ce9c96b862340f076f9438ef9d9288a520d Mon Sep 17 00:00:00 2001 From: Konrad Abicht Date: Tue, 29 Aug 2017 16:55:17 +0200 Subject: [PATCH] Added standard header to all relevant files (https://github.com/SaftIng/Saft/pull/94) --- QueryCache.php | 10 ++++++++++ Test/QueryCacheTest.php | 10 ++++++++++ Test/bootstrap.php | 10 ++++++++++ phpunit.xml | 9 +++++++++ 4 files changed, 39 insertions(+) diff --git a/QueryCache.php b/QueryCache.php index f2774e8..f1fed9f 100644 --- a/QueryCache.php +++ b/QueryCache.php @@ -1,5 +1,15 @@ + * (c) Natanael Arndt + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Saft\Addition\QueryCache; use Saft\Rdf\NamedNode; diff --git a/Test/QueryCacheTest.php b/Test/QueryCacheTest.php index d0d8d3e..47d9891 100644 --- a/Test/QueryCacheTest.php +++ b/Test/QueryCacheTest.php @@ -1,5 +1,15 @@ + * (c) Natanael Arndt + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Saft\Addition\QueryCache\Test; use Saft\Addition\QueryCache\QueryCache; diff --git a/Test/bootstrap.php b/Test/bootstrap.php index 6ffb5bb..9071e41 100644 --- a/Test/bootstrap.php +++ b/Test/bootstrap.php @@ -1,5 +1,15 @@ + * (c) Natanael Arndt + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + require_once __DIR__ .'/../vendor/autoload.php'; error_reporting(E_ALL); diff --git a/phpunit.xml b/phpunit.xml index 7d07414..2e0de2f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,3 +1,12 @@ +