Ejemplo n.º 1
0
 public function test_list_sources()
 {
     $list = PHPRandom::listSources();
     $this->assertGreaterThan(0, count($list));
 }