コード例 #1
0
 /**
  * @test
  * @group service
  */
 public function if_the_loa_level_does_not_exist_null_is_returned()
 {
     $loaResolutionService = new LoaResolutionService($this->loas);
     $this->assertNull($loaResolutionService->getLoaByLevel(999));
 }