for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SkautisBundle\Tests\Integration;
class ServiceTest extends KernelAwareTest
{
public function testSkautisService()
$skautIS = $this->container->get('skautis');
$loginUrl = $skautIS->getLoginUrl();
$this->assertContains('http://', $loginUrl);
}