Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
cordoval committed Sep 15, 2011
1 parent c7b393e commit 098f993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PHPSpec/Context/Symfony2/SymfonyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

//require_once __DIR__ . '/../../../../../../app/bootstrap.php.cache';
require_once __DIR__ . '/../../../../../../app/bootstrap.php.cache';
//require_once __DIR__ . '/../../../../../../app/AppKernel.php';

/**
Expand All @@ -16,7 +16,7 @@
* Luis Cordova
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU Lesser General Public Licence Version 3
*/

die(var_dump(get_include_path()));
class SymfonyTest extends WebTestCase
{
public $client;
Expand Down

0 comments on commit 098f993

Please sign in to comment.