for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace KunicMarko\SonataAnnotationBundle\Features\Context;
use Behat\MinkExtension\Context\MinkContext;
class AdminContext extends MinkContext
{
/**
* @Given I am on the dashboard
*/
public function iAmOnTheDashboard()
$this->visitPath('/admin/dashboard');
}