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 c43930c commit 08df555Copy full SHA for 08df555
components/Blueprints/Tests/Unit/Steps/DefineConstantsStepTest.php
@@ -34,7 +34,7 @@ public function testAddNewConstants() {
34
}
35
36
public function testAddNewConstantsToEmptyWpConfig() {
37
- $this->runtime->getTargetFilesystem()->put_contents( 'wp-config.php', '<?php' );
+ $this->runtime->getTargetFilesystem()->put_contents( 'wp-config.php', "<?php\n" );
38
$constants = [
39
'WP_MEMORY_LIMIT' => '256M',
40
'AUTOMATIC_UPDATER_DISABLED' => true,
0 commit comments