mirror of
https://github.com/OPSnet/bencode-torrent.git
synced 2026-07-13 21:01:13 -04:00
add getCreationDate method
This commit is contained in:
@@ -144,6 +144,7 @@ class BencodeTorrentTest extends \PHPUnit\Framework\TestCase
|
||||
]
|
||||
];
|
||||
$this->assertEquals($file_list, $bencode->getFileList());
|
||||
$this->assertSame(1425699508, $bencode->getCreationDate());
|
||||
}
|
||||
|
||||
public function testSetData(): void
|
||||
|
||||
Reference in New Issue
Block a user