Skip to content

Instantly share code, notes, and snippets.

@Zayon
Created November 23, 2018 15:21
Show Gist options
  • Save Zayon/238da80d65daa0afde83240d453a1e09 to your computer and use it in GitHub Desktop.
Save Zayon/238da80d65daa0afde83240d453a1e09 to your computer and use it in GitHub Desktop.
Step 1 - FixtureContext.php
<?php
declare(strict_types=1);
use Behat\Behat\Context\Context;
class FixtureContext implements Context
{
// Empty for now
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment