Skip to content

Commit

Permalink
Update GettersTest.phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš committed Jun 5, 2017
1 parent d386050 commit 2e59183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/GettersTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ final class GettersTest extends Tester\TestCase
Tester\Assert::same(NULL, $presenter->webLoader->getExpiration());
Tester\Assert::true($presenter->webLoader->getDebugMode());
Tester\Assert::false($presenter->webLoader->getProductionMode());
Tester\Assert::same(AlesWita\Components\WebLoader::CACHE_DEFAULT_NAMESPACE, $presenter->webLoader->getCacheNamespace());
Tester\Assert::same(AlesWita\Components\WebLoader\Factory::CACHE_DEFAULT_NAMESPACE, $presenter->webLoader->getCacheNamespace());

$cssFiles = $presenter->webLoader->getCssFiles();
Tester\Assert::count(0, $cssFiles);
Expand Down

0 comments on commit 2e59183

Please sign in to comment.