Skip to content

Instantly share code, notes, and snippets.

@nVitius
nVitius / keybase.md
Last active November 23, 2017 09:09

Keybase proof

I hereby claim:

  • I am nvitius on github.
  • I am nvitius (https://keybase.io/nvitius) on keybase.
  • I have a public key whose fingerprint is 6707 EB98 B7B2 2392 8189 D01A 468D 12F1 F947 004E

To claim this, I am signing this object:

@nVitius
nVitius / FeatureContext.php
Last active June 16, 2016 13:22
Timestamp method for Behat
<?php
use Behat\Behat\Context\ClosuredContextInterface,
Behat\Behat\Context\TranslatedContextInterface,
Behat\Behat\Context\BehatContext,
Behat\Behat\Exception\PendingException;
use Behat\Gherkin\Node\PyStringNode,
Behat\Gherkin\Node\TableNode;