Skip to content

Instantly share code, notes, and snippets.

View robertlemke's full-sized avatar
😀

Robert Lemke robertlemke

😀
View GitHub Profile
@bwaidelich
bwaidelich / Tests_Behavior_Bootstrap_FeatureContext.php
Last active April 22, 2022 07:00
GraphQL based Behat testing in Flow
<?php
declare(strict_types=1);
use Behat\Behat\Context\Context;
use Behat\Gherkin\Node\PyStringNode;
use Behat\Gherkin\Node\TableNode;
use Doctrine\DBAL\Connection;
use Doctrine\ORM\EntityManagerInterface;
use Firebase\JWT\JWT;