Skip to content

Commit

Permalink
Adding dev config.xml to path check
Browse files Browse the repository at this point in the history
  • Loading branch information
steverobbins committed Jul 24, 2015
1 parent 5a4c50a commit 59938e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/unreachablepath.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"chive",
"composer.json",
"composer.lock",
"dev/tests/functional/etc/config.xml",
"downloader\/index.php",
"info.php",
"magmi\/",
Expand Down
1 change: 1 addition & 0 deletions test/MGA/Command/ScanCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public function testExecute()
| chive | 404 | Pass |
| composer.json | 404 | Pass |
| composer.lock | 404 | Pass |
| dev/tests/functional/etc/config.xml | 404 | Pass |
| downloader/index.php | 200 | Fail |
| info.php | 404 | Pass |
| magmi/ | 404 | Pass |
Expand Down

0 comments on commit 59938e6

Please sign in to comment.