Skip to content

Commit fc201f7

Browse files
authored
Applied Style updates (#108)
* Applied fixes from Style CI and updated integration tests
1 parent 0c7e79c commit fc201f7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

PrefixedCachePool.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015-2016 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.
1010
*/
1111

12+
1213
namespace Cache\Prefixed;
1314

1415
use Cache\Hierarchy\HierarchicalPoolInterface;

Tests/PrefixedCachePoolTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015-2016 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.
1010
*/
1111

12+
1213
namespace Cache\Prefixed\Tests;
1314

1415
use Cache\Prefixed\PrefixedCachePool;

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"cache/hierarchical-cache": "^0.3"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^4.0 || ^5.1"
26+
"phpunit/phpunit": "^4.0 || ^5.1",
27+
"cache/integration-tests": "^0.11"
2728
},
2829
"autoload": {
2930
"psr-4": {

0 commit comments

Comments
 (0)