Teardown tests

This commit is contained in:
Daniil Gentili 2020-02-28 16:53:10 +01:00
parent 38382bf053
commit bc2426bcb4
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 10 additions and 0 deletions

View File

@ -41,6 +41,16 @@ class FileIdTest extends TestCase
self::$MadelineProto->botLogin(\getenv('BOT_TOKEN'));
}
/**
* Teardown
*
* @return void
*/
public static function tearDownAfterClass(): void
{
self::$MadelineProto = null;
}
/**
* Strip file reference from file ID.
*