for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Novaway\CommonContexts\Context;
use Behat\Behat\Context\TranslatableContext;
use Behat\MinkExtension\Context\RawMinkContext;
abstract class BaseContext extends RawMinkContext implements TranslatableContext
{
/**
* {@inheritdoc}
*/
public static function getTranslationResources()
return glob(__DIR__ . '/../../i18n/*.xliff');
}