Skip to content

Commit f5d7d35

Browse files
author
Westin Shafer
committed
Fixed more styling issues.
1 parent 18b4581 commit f5d7d35

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

tests/AssetManagerTest/Resolver/AliasPathStackResolverTest.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
use AssetManager\Resolver\AliasPathStackResolver;
88
use AssetManager\Service\MimeResolver;
99

10+
/**
11+
* Unit Tests for the Alias Path Stack Resolver
12+
*/
1013
class AliasPathStackResolverTest extends PHPUnit_Framework_TestCase
1114
{
1215
/**
@@ -244,8 +247,8 @@ public function testLfiProtection()
244247
$this->assertTrue($resolver->isLfiProtectionOn());
245248

246249
$this->assertNull($resolver->resolve(
247-
'..' . DIRECTORY_SEPARATOR . basename(__DIR__) . DIRECTORY_SEPARATOR . basename(__FILE__)
248-
));
250+
'..' . DIRECTORY_SEPARATOR . basename(__DIR__) . DIRECTORY_SEPARATOR . basename(__FILE__)
251+
));
249252

250253
$resolver->setLfiProtection(false);
251254

tests/AssetManagerTest/Service/AliasPathStackResolverServiceFactoryTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
use AssetManager\Service\AliasPathStackResolverServiceFactory;
77
use Zend\ServiceManager\ServiceManager;
88

9+
/**
10+
* Unit Tests the factory for the Alias Path Stack Resolver
11+
*/
912
class AliasPathStackResolverServiceFactoryTest extends PHPUnit_Framework_TestCase
1013
{
1114
/**

0 commit comments

Comments
 (0)