for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PimpayBundle;
use PHPUnit\Framework\TestCase;
/**
* Class PimpayBundleTest
* @package PimpayBundle
*/
class PimpayBundleTest extends TestCase
{
* @return void
public function testTrueIsTrue()
$this->assertTrue(true);
}