예제 #1
0
 /**
  * getUpperCharactersString Test
  *
  * @return void
  * @test
  */
 public function getUpperCharactersStringReturnsStrings()
 {
     $this->assertSame('ABCDEFGHIJKLMNOPQRSTUVWXYZ', StringUtility::getUpperCharactersString());
 }