Skip to content

Commit

Permalink
Remove Conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJ2324 committed Jun 6, 2017
2 parents 527dfa0 + e9fa22b commit 0c403a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.idea/
vendor/
composer.lock
coverage/
coverage/
1 change: 0 additions & 1 deletion tests/Helpers/HelpersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public function testConfigureAPIUrl()
$this->assertEquals('http://localhost/Sugar/Test/rest/v10/',Helper::configureAPIURL('http://localhost/Sugar/Test/rest/v10/rest/v10/rest/v10','10'));
$this->assertEquals('http://localhost/SugarTest/rest/v10/',Helper::configureAPIURL('http://localhost/SugarTest/rest/v10/rest/v10/rest/v10',10));
$this->assertEquals('http://localhost/SugarTest/rest/v11/',Helper::configureAPIURL('http://localhost/SugarTest/rest/v10/rest/v10/rest/v10',11));

}

}

0 comments on commit 0c403a5

Please sign in to comment.