Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit f483819

Browse files
committed
Fixed Coverage error
1 parent aed63e5 commit f483819

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Tests/Config/ConfigDefaultTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
class ConfigDefaultTest extends \PHPUnit_Framework_TestCase
2323
{
2424
/**
25-
* @covers \Asm\Config\ConfigDefault::init
2625
* @covers \Asm\Config\ConfigAbstract::readConfig
2726
* @covers \Asm\Config\ConfigAbstract::setConfig
2827
*/

Tests/Config/ConfigEnvTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
class ConfigEnvTest extends \PHPUnit_Framework_TestCase
2323
{
2424
/**
25-
* @covers \Asm\Config\ConfigEnv::init
2625
* @covers \Asm\Config\ConfigEnv::mergeEnvironments
2726
* @return \Asm\Config\ConfigInterface
2827
*/

Tests/Config/ConfigTimerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
class ConfigTimerTest extends \PHPUnit_Framework_TestCase
1616
{
1717
/**
18-
* @covers \Asm\Config\ConfigTimer::init
1918
* @covers \Asm\Config\ConfigTimer::setConfig
2019
* @return ConfigTimer $config
2120
* @throws \ErrorException

0 commit comments

Comments
 (0)