Skip to content

Commit fad6e22

Browse files
committed
Remove todo
1 parent b93a610 commit fad6e22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Context/FeatureContext.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,6 @@ public function create_config( $subdir = '', $extra_php = false ) {
978978
if ( $config_cache_path && file_exists( $config_cache_path ) ) {
979979
copy( $config_cache_path, $run_dir . '/wp-config.php' );
980980
} else {
981-
// TODO: Fail scenario if wp-config.php cannot be written.
982981
$this->proc( 'wp config create', $params, $subdir )->run_check();
983982
if ( $config_cache_path && file_exists( $run_dir . '/wp-config.php' ) ) {
984983
copy( $run_dir . '/wp-config.php', $config_cache_path );

0 commit comments

Comments
 (0)