Skip to content

Instantly share code, notes, and snippets.

View ASKozienko's full-sized avatar

Alexander Kozienko ASKozienko

  • Kharkiv, Ukraine
View GitHub Profile
<?php
namespace Nelmio\HomeBundle\Tests\Controller;
use Nelmio\HomeBundle\Controller\ContactController;
use Liip\FunctionalTestBundle\Test\WebTestCase;
class ContactControllerTest extends WebTestCase
{
public function testEmail()