Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:infinitas/infinitas into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jun 23, 2012
2 parents 7720573 + ab92189 commit babca76
Show file tree
Hide file tree
Showing 50 changed files with 2,282 additions and 7,702 deletions.
4 changes: 2 additions & 2 deletions Config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

configureCache(EventCore::trigger(new StdClass(), 'setupCache'));

if (getenv('TRAVIS_PHP_VERSION')) {
if(in_array('test', (array)env('argv'))) {
InfinitasPlugin::load(InfinitasPlugin::listPlugins('nonCore'));
} else {
InfinitasPlugin::loadInstalled();
Expand Down Expand Up @@ -284,7 +284,7 @@ function debugRoute($route, $return = true) {
foreach($route['Route']['regex'] as $k => $v) {
$parts[] = "'$k' => '$v'";
}

if(!empty($parts)) {
$out .= ', array(';
$out .= implode(', ', $parts);
Expand Down

This file was deleted.

27 changes: 0 additions & 27 deletions Core/Configs/Test/Case/Controller/ConfigsControllerTest.php

This file was deleted.

46 changes: 0 additions & 46 deletions Core/Contact/Test/Case/Controller/BranchesControllerTest.php

This file was deleted.

29 changes: 0 additions & 29 deletions Core/Contact/Test/Case/Controller/ContactsControllerTest.php

This file was deleted.

This file was deleted.

181 changes: 0 additions & 181 deletions Core/Contents/Test/Case/Controller/GlobalTagsControllerTest.php

This file was deleted.

0 comments on commit babca76

Please sign in to comment.