示例#1
0
 public function testContainsAllSounds()
 {
     $allSounds = Sound::getAllSounds();
     foreach ($this->sounds as $sound) {
         $this->assertContains($sound, $allSounds);
     }
 }