コード例 #1
0
ファイル: BookmarkTest.php プロジェクト: punktde/pt_extlist
 /**
  * @test
  */
 public function setTypeSetsType()
 {
     $expected = 3;
     $this->proxy->setType($expected);
     $actual = $this->proxy->_get('type');
     $this->assertEquals($expected, $actual);
 }