Exemple #1
0
 public function testCanGetPhpOperatingSystem()
 {
     $os = php_uname('s');
     $this->assertEquals($os, $this->toolkit->getPhpOperatingSystem());
 }