Skip to content

Commit

Permalink
Remove unnecessary path comparisons that do not work well on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 21, 2018
1 parent dafb725 commit 2df638e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/SiteAliasManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ public function managerGetWithDupLocationsTestValues()
*/
public function testGetMultiple()
{
$files = $this->manager->listAllFilePaths();
$files = array_map(function ($item) { return str_replace($this->fixturesDir() . '/', '', $item); }, $files);
sort($files);

$this->assertEquals('sitealiases/sites/simple.site.yml,sitealiases/sites/single.site.yml,sitealiases/sites/wild.site.yml', implode(',', $files));

// First set of tests: get all aliases in the default location

$all = $this->manager->getMultiple();
Expand Down

0 comments on commit 2df638e

Please sign in to comment.