Annotate the available tests as @small

This commit is contained in:
Joshua Ramon Enslin 2023-11-06 23:26:21 +01:00
parent 0c0d059dd3
commit c9dce8f782
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,8 @@ final class MD_STD_IN_Test extends TestCase {
/** /**
* Function for testing sanitize_url(). * Function for testing sanitize_url().
* *
* @small
*
* @return void * @return void
*/ */
public function testSanitizeUrlWorksBasically():void { public function testSanitizeUrlWorksBasically():void {

View File

@ -17,9 +17,7 @@ final class MD_STD_SECTest extends TestCase {
/** /**
* Function for testing if the page can be opened using invalid values for objektnum. * Function for testing if the page can be opened using invalid values for objektnum.
* *
* @author Joshua Ramon Enslin <joshua@museum-digital.de> * @small
* @group MissingInputs
* @group SafeForProduction
* *
* @return void * @return void
*/ */