|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
@covers Monolog\Handler\RotatingFileHandler More...
Inheritance diagram for Monolog\Handler\RotatingFileHandlerTest:
Collaboration diagram for Monolog\Handler\RotatingFileHandlerTest:Public Member Functions | |
| setUp () | |
| testRotationCreatesNewFile () | |
| testRotation ($createFile) | |
| @dataProvider rotationTests More... | |
| rotationTests () | |
| testReuseCurrentFile () | |
| tearDown () | |
Additional Inherited Members | |
Protected Member Functions inherited from Monolog\TestCase | |
| getRecord ($level=Logger::WARNING, $message='test', $context=array()) | |
| getMultipleRecords () | |
| getIdentityFormatter () | |
@covers Monolog\Handler\RotatingFileHandler
Definition at line 19 of file RotatingFileHandlerTest.php.
| Monolog\Handler\RotatingFileHandlerTest::rotationTests | ( | ) |
Definition at line 73 of file RotatingFileHandlerTest.php.
| Monolog\Handler\RotatingFileHandlerTest::setUp | ( | ) |
Definition at line 21 of file RotatingFileHandlerTest.php.
| Monolog\Handler\RotatingFileHandlerTest::tearDown | ( | ) |
Definition at line 93 of file RotatingFileHandlerTest.php.
References $file.
| Monolog\Handler\RotatingFileHandlerTest::testReuseCurrentFile | ( | ) |
Definition at line 83 of file RotatingFileHandlerTest.php.
References $log, Monolog\TestCase\getIdentityFormatter(), and Monolog\TestCase\getRecord().
Here is the call graph for this function:| Monolog\Handler\RotatingFileHandlerTest::testRotation | ( | $createFile | ) |
@dataProvider rotationTests
Definition at line 46 of file RotatingFileHandlerTest.php.
References $log, Monolog\TestCase\getIdentityFormatter(), and Monolog\TestCase\getRecord().
Here is the call graph for this function:| Monolog\Handler\RotatingFileHandlerTest::testRotationCreatesNewFile | ( | ) |
Definition at line 30 of file RotatingFileHandlerTest.php.
References $log, Monolog\TestCase\getIdentityFormatter(), and Monolog\TestCase\getRecord().
Here is the call graph for this function: