* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Behat\Behat\Context\ContextClass; use Behat\Testwork\Suite\Suite; /** * Generates basic PHP 5.3+ class with an optional namespace. * * @author Konstantin Kudryashov */ final class SimpleClassGenerator implements ClassGenerator { /** * @var string */ protected static $template = <<<'PHP' $namespace, '{className}' => $contextClass, ) ); } }