1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-07 13:46:38 +02:00

removed unused data provider in test

This commit is contained in:
Roel Harbers
2016-10-12 16:44:30 +02:00
parent 7284f7d9dc
commit c370308139

View File

@@ -28,16 +28,6 @@ class NoopHandlerTest extends TestCase
$this->assertTrue($handler->isHandling($this->getRecord($level)));
}
public function isHandleProvider()
{
return array_map(
function ($level) {
return [$level];
},
array_values(Logger::getLevels())
);
}
/**
* @dataProvider logLevelsProvider
*/