Example #1
0
 /**
  * Test checkEnv when variable is not set
  * @expectedException Exception
  * @expectedExceptionMessage Variable BAR is not set
  */
 function testCheckEnvExceptionSingleVariable()
 {
     Utils::checkEnv('BAR');
 }