@expectedException PHPUnit_Framework_Exception
File
- drupal/core/vendor/phpunit/phpunit/Tests/Util/ConfigurationTest.php, line 69
Class
- Util_ConfigurationTest
- @package PHPUnit
@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 3-Clause License
@link …
Code
public function testExceptionIsThrownForNotExistingConfigurationFile() {
PHPUnit_Util_Configuration::getInstance('not_existing_file.xml');
}