public function PHPUnit_Framework_Constraint_ExceptionMessage::__construct

Parameters

string $expected:

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ExceptionMessage.php, line 67

Class

PHPUnit_Framework_Constraint_ExceptionMessage
@package PHPUnit @subpackage Framework_Constraint @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD…

Code

public function __construct($expected) {
  $this->expectedMessage = $expected;
}