Skip to content

Commit 6a47180

Browse files
committed
tests: renamed some files
1 parent 8dde14f commit 6a47180

18 files changed

+10
-10
lines changed

.github/workflows/coding-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
coverage: none
1515

1616
- run: composer create-project nette/code-checker temp/code-checker ^3 --no-progress
17-
- run: php temp/code-checker/code-checker --strict-types --no-progress
17+
- run: php temp/code-checker/code-checker --strict-types --no-progress --ignore expected
1818

1919

2020
nette_cs:

tests/Bridges.Latte2/UIMacros.isLinkCurrent.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $factory->createTemplate($presenter);
3232
$latte->setLoader(new Latte\Loaders\StringLoader);
3333

3434
Assert::matchFile(
35-
__DIR__ . '/expected/UIMacros.isLinkCurrent.phtml',
35+
__DIR__ . '/expected/UIMacros.isLinkCurrent.php',
3636
$latte->compile(
3737
<<<'XX'
3838
<a n:href="default" n:class="$presenter->isLinkCurrent() ? current">n:href before n:class</a>

0 commit comments

Comments
 (0)