Removing PHPUnit::execute Coverage Tags
This commit is contained in:
parent
f713d3ee0d
commit
36cb6a020d
7 changed files with 0 additions and 127 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue