Skip to content

Commit

Permalink
test conf
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsom committed May 11, 2015
1 parent 07fb5b3 commit 3f32123
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Tests/TestData/TestServicesConfig.php
Expand Up @@ -37,8 +37,15 @@ public function __construct() {
//$this->pluginsConfig['AmfphpVoConverter']['enforceConversion'] = true;

//My tests, shouldn't be in release code!!
//
$this->pluginsFolders[] = '/Users/arielsommeria-klein/Documents/workspaces/baguetteamf/BaguetteAMF/amfphp_plugin/';
switch(php_uname('s')){
case 'Darwin':
$this->pluginsFolders[] = '/Users/arielsommeria-klein/Documents/workspaces/baguetteamf/BaguetteAMF/amfphp_plugin/';
break;
case 'Linux':
$this->pluginsFolders[] = '/var/www/baguetteamf/BaguetteAMF/amfphp_plugin/';
break;

}
//$this->serviceFolders [] = '/Users/arielsommeria-klein/Documents/workspaces/baguetteamf/test/Services/';
}

Expand Down

0 comments on commit 3f32123

Please sign in to comment.