Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Edited composer file, added test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphschindler committed Jul 19, 2012
1 parent 5123164 commit b6f3968
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"keywords": [
"zf2",
"akismet"
"gogrid"
],
"homepage": "http://packages.zendframework.com/",
"license": "BSD-3-Clause",
Expand All @@ -13,7 +13,6 @@
"ZendService": "library/"
}
},
"target-dir": "ZendService/GoGrid",
"repositories": [
{
"type": "composer",
Expand Down
19 changes: 0 additions & 19 deletions library/ZendService/GoGrid/composer.json

This file was deleted.

11 changes: 11 additions & 0 deletions tests/TestConfiguration.php.dist
Expand Up @@ -43,3 +43,14 @@ defined('TESTS_ZEND_OB_ENABLED') || define('TESTS_ZEND_OB_ENABLED', false);
*/
defined('TESTS_GENERATE_REPORT') || define('TESTS_GENERATE_REPORT', false);
defined('TESTS_GENERATE_REPORT_TARGET') || define('TESTS_GENERATE_REPORT_TARGET', '/path/to/target');

/**
* Zend\Service\GoGrid offline tests
*/
defined('TESTS_ZEND_SERVICE_GOGRID_ONLINE_ENABLED') || define('TESTS_ZEND_SERVICE_GOGRID_ONLINE_ENABLED', false);
defined('TESTS_ZEND_SERVICE_GOGRID_ONLINE_KEY') || define('TESTS_ZEND_SERVICE_GOGRID_ONLINE_KEY', 'insert key here');
defined('TESTS_ZEND_SERVICE_GOGRID_ONLINE_SECRET') || define('TESTS_ZEND_SERVICE_GOGRID_ONLINE_SECRET', 'insert secret here');
defined('TESTS_ZEND_SERVICE_GOGRID_ONLINE_SERVER_NAME') || define('TESTS_ZEND_SERVICE_GOGRID_ONLINE_SERVER_NAME', 'test-zf');
defined('TESTS_ZEND_SERVICE_GOGRID_ONLINE_SERVER_IMAGE') || define('TESTS_ZEND_SERVICE_GOGRID_ONLINE_SERVER_IMAGE', 'insert image name here');
defined('TESTS_ZEND_SERVICE_GOGRID_ONLINE_SERVER_RAM') || define('TESTS_ZEND_SERVICE_GOGRID_ONLINE_SERVER_RAM', 'insert ram name here');
defined('TESTS_ZEND_SERVICE_GOGRID_ONLINE_SERVER_IP') || define('TESTS_ZEND_SERVICE_GOGRID_ONLINE_SERVER_IP', 'insert ip here');

0 comments on commit b6f3968

Please sign in to comment.