Thanks to the new Discovery Issue Reporting mechanism introduced in JUnit 5.13, I became aware of the fact that the @Order annotations in NestedAfterTestClassSqlScriptsTests were being silently ignored. To address that, this commit redeclares @TestMethodOrder on @Nested test class.