Longman\TelegramBot\Tests\Unit\TelegramLogTest::tearDown PHP Method

tearDown() protected method

tearDown
protected tearDown ( )
    protected function tearDown()
    {
        // Make sure no logfiles exist.
        foreach ($this->logfiles as $file) {
            file_exists($file) && unlink($file);
        }
    }