Removing PHPUnit::execute Coverage Tags

This commit is contained in:
Fenikkusu 2016-12-24 17:07:25 +07:00 committed by Dmitry Khomutov
commit 36cb6a020d
7 changed files with 0 additions and 127 deletions

View file

@ -22,9 +22,6 @@ class MailerFactoryTest extends \PHPUnit_Framework_TestCase
{
}
/**
* @covers PHPUnit::execute
*/
public function testExecute_TestGetMailConfig()
{
$config = [
@ -46,9 +43,6 @@ class MailerFactoryTest extends \PHPUnit_Framework_TestCase
$this->assertEquals($config['default_mailto_address'], $factory->getMailConfig('default_mailto_address'));
}
/**
* @covers PHPUnit::execute
*/
public function testExecute_TestMailer()
{
$config = [