We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e425a2d commit 0313130Copy full SHA for 0313130
tests/phpbu/Configuration/Loader/XmlTest.php
@@ -154,6 +154,8 @@ public function testAppSettings()
154
$loader = new Xml($dir . '/' . $file, $this->getBootstrapperMock(true));
155
$config = $loader->getConfiguration(self::$factory);
156
157
+ $this->assertFalse($loader->hasValidationErrors());
158
+ $this->assertCount(0, $loader->getValidationErrors());
159
$this->assertEquals($dir . '/backup/bootstrap.php', $config->getBootstrap());
160
$this->assertEquals(true, $config->getColors());
161
$this->assertEquals(false, $config->getVerbose());
0 commit comments