Teardown tests
This commit is contained in:
parent
38382bf053
commit
bc2426bcb4
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user