Skip to content

Instantly share code, notes, and snippets.

View yuriteixeira's full-sized avatar

Yuri Teixeira yuriteixeira

View GitHub Profile
@yuriteixeira
yuriteixeira / BehatTest.php
Created December 16, 2012 20:16 — forked from jakzal/BehatTest.php
A quick and dirty PHPUnit test case that runs behat, making code coverage reports being possible!
<?php
use Symfony\Component\Console\Input\ArrayInput;
use Behat\Behat\Console\BehatApplication;
use Symfony\Component\Console\Output\ConsoleOutput;
class BehatTest extends \PHPUnit_Framework_TestCase
{
public function testThatBehatScenariosMeetAcceptanceCriteria()
{