for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace NV\RequestLimitBundle\Tests\Storage\Provider;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class MemcachedProviderTest extends WebTestCase
{
public function testGet()
// @TODO
}