Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 17, 2010
1 parent eca51ed commit 12713ff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions PHPUnit/Framework/Warning.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,31 @@ class PHPUnit_Framework_Warning extends PHPUnit_Framework_TestCase
*/
protected $message = '';

/**
* @var boolean
*/
protected $backupGlobals = FALSE;

/**
* @var boolean
*/
protected $backupStaticAttributes = FALSE;

/**
* @var boolean
*/
protected $runTestInSeparateProcess = FALSE;

/**
* @var boolean
*/
protected $useErrorHandler = FALSE;

/**
* @var boolean
*/
protected $useOutputBuffering = FALSE;

/**
* @param string $message
*/
Expand Down

0 comments on commit 12713ff

Please sign in to comment.