Skip to content

Commit

Permalink
Revert "Sync bootstrap_test.php with oauth2-symfony-bundle."
Browse files Browse the repository at this point in the history
This reverts commit 5d4f61c.
  • Loading branch information
hswong3i committed Jul 16, 2015
1 parent 5d4f61c commit feaf842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/bootstrap.php
@@ -1,3 +1,3 @@
<?php

namespace { return $loader = require_once __DIR__.'/autoload.php'; }
namespace { $loader = require_once __DIR__.'/autoload.php'; }
3 changes: 1 addition & 2 deletions app/bootstrap_test.php
Expand Up @@ -6,5 +6,4 @@
passthru(__DIR__.'/console --env=test -q doctrine:schema:create');
passthru(__DIR__.'/console --env=test -q doctrine:fixtures:load -n');

$loader = require __DIR__.'/bootstrap.php';
$loader->add('AuthBucket\OAuth2\Tests', __DIR__.'../tests');
require __DIR__.'/bootstrap.php';

0 comments on commit feaf842

Please sign in to comment.