コード例 #1
0
ファイル: JURITest.php プロジェクト: realityking/JAJAX
	public function testSetFragment() {
		$this->object->setFragment('someFragment');

		$this->assertThat(
			$this->object->getFragment(),
			$this->equalTo('someFragment')
		);
	}