Skip to content
2,250 changes: 0 additions & 2,250 deletions tests/phpunit/tests/functions.php

This file was deleted.

107 changes: 0 additions & 107 deletions tests/phpunit/tests/functions/getFileData.php

This file was deleted.

52 changes: 0 additions & 52 deletions tests/phpunit/tests/functions/underscoreReturn.php

This file was deleted.

32 changes: 0 additions & 32 deletions tests/phpunit/tests/functions/wpGetMimeTypes.php

This file was deleted.

70 changes: 0 additions & 70 deletions tests/phpunit/tests/functions/xmlrpc.php

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<?php

namespace WordPress\Tests\WP_Includes\Functions;

use WP_UnitTestCase;

/**
* Tests for the absint() function.
*
* @group functions
*
*
* @covers ::absint
*/
class Tests_Functions_Absint extends WP_UnitTestCase {
class AbsintTest extends WP_UnitTestCase {

/**
* @ticket 60101
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<?php

namespace WordPress\Tests\WP_Includes\Functions;

use WP_UnitTestCase;

/**
* @group formatting
* @group functions
*
*
* @covers ::add_magic_quotes
*/
class Tests_Functions_AddMagicQuotes extends WP_UnitTestCase {
class AddMagicQuotesTest extends WP_UnitTestCase {

/**
* @ticket 48605
Expand Down
Loading
Loading