for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Azine\EmailBundle\Tests\Entity\Repositories;
class NotificationRepositoryTest extends \PHPUnit_Framework_TestCase
{
public function testNothing(){
// without database and test-data, there's no use in testing this class.
}