for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Azine\EmailBundle\Tests;
/**
* @author d.businger
*/
class AzineEmailBundleSetupTest extends \PHPUnit\Framework\TestCase
{
public function testMagicQuotes()
$this->assertFalse(get_magic_quotes_gpc(), 'magic_quotes_gpc should be turned off in php.ini');
}