Skip to content

Commit 9f6b477

Browse files
committed
4.0 dev upgrade guide: fix formatting issue
Looks like the call out blocks don't work within a list.
1 parent d889a34 commit 9f6b477

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wiki/Version-4.0-Developer-Upgrade-Guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,7 @@ In practice this means the following for most test suites for external standards
625625
Autoload::addSearchPath($details['path'], $details['namespace']);
626626
}
627627
```
628-
> [!NOTE]
629-
> If you load the PHPCS test `bootstrap.php` file from within _your_ test `bootstrap.php` file, this is not needed, as the PHPCS bootstrap will already do this for you.
628+
> :bulb: If you load the PHPCS test `bootstrap.php` file from within _your_ test `bootstrap.php` file, this is not needed, as the PHPCS bootstrap will already do this for you.
630629
4. There is no need anymore to set the `PHPCS_IGNORE_TESTS` environment variable in a PHPUnit config file.
631630
5. Update the import use statements for the sniff tests to point to the `AbstractSniffTestCase` and update the `extends` in the class declaration, like so:
632631
```diff

0 commit comments

Comments
 (0)