コード例 #1
0
ファイル: PackageTest.php プロジェクト: oktopost/aquarium
 public function test_getPath_InvalidPartOfPath()
 {
     $p = new Package('package/name');
     $this->assertNull($p->getPath(-1));
     $this->assertNull($p->getPath(2));
 }