Skip to content

Instantly share code, notes, and snippets.

View cystbear's full-sized avatar
🚴‍♂️
🏄🏕️

Oleg Zinchenko cystbear

🚴‍♂️
🏄🏕️
View GitHub Profile
the default build however comes with a new http api that is not yet finished
it will take some hackery to get the old api
http://comments.gmane.org/gmane.comp.apache.jackrabbit.oak.devel/5997
@cystbear
cystbear / ExceptionalClient.php
Created January 18, 2012 16:49 — forked from everzet/ExceptionalClient.php
View real exceptions in Behat output with Mink+SymfonyDriver in your Symfony2 feature suite
<?php
namespace Your\MainBundle;
use Symfony\Bundle\FrameworkBundle\Client;
use Symfony\Component\HttpKernel\HttpKernelInterface;
class ExceptionalClient extends Client
{
static private $catchExceptions = true;