labels() public static method

public static labels ( $key = '' )
Beispiel #1
0
 /**
  * @test
  */
 public function shouldReturnAllLabels()
 {
     //when
     $allLabels = I18n::labels();
     //then
     $this->assertGreaterThan(1, sizeof($allLabels));
 }