Skip to content
Snippets Groups Projects

Issue #3467278 "Testfilecreationtraitgeneratefile should be"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -147,7 +147,7 @@ protected function compareFiles($file1, $file2) {
* @return string
* The name of the file, including the path.
*/
public static function generateFile($filename, $width, $lines, $type = 'binary-text') {
protected static function generateFile($filename, $width, $lines, $type = 'binary-text') {
$text = '';
for ($i = 0; $i < $lines; $i++) {
// Generate $width - 1 characters to leave space for the "\n" character.
Loading