コード例 #1
0
ファイル: LocationTest.php プロジェクト: jobles/core-php
 public function testGetLocation()
 {
     $this->assertEquals('BR', $this->location->getLocation());
 }