コード例 #1
0
ファイル: MemoryTest.php プロジェクト: avandrevitor/bt
 public function testAllocated()
 {
     $this->assertInstanceOf("\\BT\\BinaryDigit", $this->object->allocated());
     $this->assertInstanceOf("\\BT\\BinaryDigit", $this->object->allocated());
 }