Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Drop Travis testing. As it is useless without credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Duijnhoven committed Jul 18, 2017
1 parent 83acb98 commit da70f83
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The current supported API version is `1.2`.

## History

* June 2017 - Improved logging. And removed automated test runner using Travis.
* November 2016 - this project was forked due to issues to repo not being managed
* August 2014 - new fork https://github.com/cleentfaar/docdata-orderapi created
* February 2013 - Initial work by Tijs Verkoyen https://github.com/tijsverkoyen/Docdata-Payments
Expand Down
6 changes: 6 additions & 0 deletions Tests/autoload.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<?php

$configDir = __DIR__ . '/config.php';
if (!file_exists($configDir)) {
die("No config file found at $configDir. Please copy the $configDir.dist file." . PHP_EOL);
}

require __DIR__ . '/config.php';
require __DIR__ . '/../vendor/autoload.php';
3 changes: 0 additions & 3 deletions Tests/config.php

This file was deleted.

3 changes: 3 additions & 0 deletions Tests/config.php.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
define('MERCHANT_NAME', '???');
define('MERCHANT_PASSWORD', '???');

0 comments on commit da70f83

Please sign in to comment.