Skip to content

Commit

Permalink
Check that we always get supported object
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 18, 2012
1 parent 7fdc7bf commit b5af760
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/libraries/sysinfo_test.php
Expand Up @@ -48,4 +48,13 @@ public function sysInfoOsProvider()
);
}

/**
* Test for getting sysinfo object.
*
* @return void
*/
public function testGetSysInfo()
{
$this->assertTrue(PMA_getSysInfo()->supported());
}
}

0 comments on commit b5af760

Please sign in to comment.