Skip to content

Instantly share code, notes, and snippets.

View codereviewvideos's full-sized avatar

Code Review Videos codereviewvideos

View GitHub Profile
AppBundle\Command\SetupWallpapersCommand:
arguments:
$rootDir: "%kernel.root_dir%"
$em: "@doctrine.orm.default_entity_manager"
tags:
- { name: console.command }
app.command.wallpaper_setup:
alias: AppBundle\Command\SetupWallpapersCommand
public: true
<?php
namespace AppBundle\Features\Context;
use Behat\Behat\Context\Context;
use Behat\Behat\Hook\Scope\BeforeScenarioScope;
use Behat\Gherkin\Node\PyStringNode;
use Behat\Gherkin\Node\TableNode;
use GuzzleHttp\ClientInterface;
use GuzzleHttp\Exception\RequestException;