diff --git a/src/Tests/TestServer.php b/src/Tests/TestServer.php index 53e175e..431f0dd 100755 --- a/src/Tests/TestServer.php +++ b/src/Tests/TestServer.php @@ -44,7 +44,7 @@ class TestServer extends BuildTask if (is_writable(TEMP_FOLDER)) { echo self::success( 'TMP (cache) dir '.TEMP_FOLDER.' dir is writable.' - .'Available space: '.self::formatBytes(disk_free_space(TEMP_FOLDER)) + .' Available space: '.self::formatBytes(disk_free_space(TEMP_FOLDER)) ); } else { echo self::error('TMP (cache) dir '.TEMP_FOLDER.' dir is no writable!'); @@ -80,7 +80,7 @@ class TestServer extends BuildTask if (is_writable(ASSETS_DIR)) { echo self::success( 'Assets dir '.ASSETS_DIR.' dir is writable.' - .'Available space: '.self::formatBytes(disk_free_space(ASSETS_DIR)) + .' Available space: '.self::formatBytes(disk_free_space(ASSETS_DIR)) ); } else { echo self::error('Assets dir '.ASSETS_DIR.' dir is no writable!');