Example #1
0
 public function testIncludeTwice()
 {
     GlobalStorage::includeOnce(dirname(__FILE__) . '/testInclude.php');
     return $this->assertFalse(GlobalStorage::includeOnce(dirname(__FILE__) . '/testInclude.php'), 'The file should not have been included the second time');
 }