for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Knp\FriendlyContexts\Page;
use Behat\Mink\Element\DocumentElement;
class Page extends DocumentElement
{
public $path;
public function getPath()
return $this->path;
}