Skip to content

Commit 146237e

Browse files
committed
rename log file to: paper-plugin-name-with-dot-error-1-21.log
1 parent 3ee1169 commit 146237e

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

test/data/Vanilla/Bukkit/Paper/paper-generic-plugin-error-1-21.json renamed to test/data/Vanilla/Bukkit/Paper/paper-plugin-name-with-dot-error-1-21.json

File renamed without changes.

test/data/Vanilla/Bukkit/Paper/paper-generic-plugin-error-1-21.log renamed to test/data/Vanilla/Bukkit/Paper/paper-plugin-name-with-dot-error-1-21.log

File renamed without changes.

test/tests/Logs/AutoLogsTest.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -374,16 +374,6 @@ public function test_paper_ambiguous_plugin_name_1_21_1(): void
374374
$this->assertStringEqualsFile($log->getExpectedPath(), $log->getOutput(), $log->getLogPath());
375375
}
376376

377-
/**
378-
* @return void
379-
* @throws Exception
380-
*/
381-
public function test_paper_generic_plugin_error_1_21(): void
382-
{
383-
$log = new TestLog('Vanilla/Bukkit/Paper/paper-generic-plugin-error-1-21.log');
384-
$this->assertStringEqualsFile($log->getExpectedPath(), $log->getOutput(), $log->getLogPath());
385-
}
386-
387377
/**
388378
* @return void
389379
* @throws Exception
@@ -504,6 +494,16 @@ public function test_paper_plugin_disabling(): void
504494
$this->assertStringEqualsFile($log->getExpectedPath(), $log->getOutput(), $log->getLogPath());
505495
}
506496

497+
/**
498+
* @return void
499+
* @throws Exception
500+
*/
501+
public function test_paper_plugin_name_with_dot_error_1_21(): void
502+
{
503+
$log = new TestLog('Vanilla/Bukkit/Paper/paper-plugin-name-with-dot-error-1-21.log');
504+
$this->assertStringEqualsFile($log->getExpectedPath(), $log->getOutput(), $log->getLogPath());
505+
}
506+
507507
/**
508508
* @return void
509509
* @throws Exception

0 commit comments

Comments
 (0)