Skip to content

Instantly share code, notes, and snippets.

View steviebiddles's full-sized avatar

Stephen McAuley steviebiddles

  • Belfast, UK
View GitHub Profile
@jakzal
jakzal / FeatureContext.php
Last active September 16, 2018 07:22
Generating schema before Behat scenarios in Symfony2
<?php
namespace Behat\CommonContext;
use Behat\BehatBundle\Context\BehatContext;
use Behat\Behat\Event\ScenarioEvent;
use Doctrine\ORM\Tools\SchemaTool;
/**
* Provides hooks for building and cleaning up a database schema with Doctrine.