Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/incomple-tests' of https://github.com/Maks3w/zf2
Browse files Browse the repository at this point in the history
…into hotfix/tests
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/AutoloaderMultiVersionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function isEnabled()
public function setUp()
{
if (!$this->isEnabled()) {
$this->markTestSkipped();
$this->markTestSkipped('Option TESTS_ZEND_LOADER_AUTOLOADER_MULTIVERSION_ENABLED is not enabled');
}

// Store original autoloaders
Expand Down
2 changes: 1 addition & 1 deletion test/LoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function testIsReadableShouldNotLockWhenTestingForNonExistantFileInPhar()
public function testExplodeIncludePathProperlyIdentifiesStreamSchemes()
{
if (PATH_SEPARATOR != ':') {
$this->markTestSkipped();
$this->markTestSkipped('This test only works for platforms where the path separator is not ":"');
}
$path = 'phar://zlt.phar:/var/www:.:filter://[a-z]:glob://*';
$paths = Loader::explodeIncludePath($path);
Expand Down

0 comments on commit 6e3a87b

Please sign in to comment.