Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/system/API/ResponseTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

/**
* @internal
*
* @group Others
*/
final class ResponseTraitTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Autoloader/AutoloaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

/**
* @internal
*
* @group Others
*/
final class AutoloaderTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Autoloader/FileLocatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

/**
* @internal
*
* @group Others
*/
final class FileLocatorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/CLI/CLITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

/**
* @internal
*
* @group Others
*/
final class CLITest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/CLI/CommandRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

/**
* @internal
*
* @group Others
*/
final class CommandRunnerTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/CLI/ConsoleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

/**
* @internal
*
* @group Others
*/
final class ConsoleTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Cache/CacheFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

/**
* @internal
*
* @group Others
*/
final class CacheFactoryTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Cache/CacheMockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @internal
*
* @group Others
*/
final class CacheMockTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Cache/Handlers/BaseHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @internal
*
* @group Others
*/
final class BaseHandlerTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Cache/Handlers/DummyHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

/**
* @internal
*
* @group Others
*/
final class DummyHandlerTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Cache/Handlers/FileHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @internal
*
* @group Others
*/
final class FileHandlerTest extends AbstractHandlerTest
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/CodeIgniterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* @backupGlobals enabled
*
* @internal
*
* @group Others
*/
final class CodeIgniterTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/BaseCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @internal
*
* @group Others
*/
final class BaseCommandTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/ClearCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

/**
* @internal
*
* @group Others
*/
final class ClearCacheTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/ClearDebugbarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class ClearDebugbarTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/ClearLogsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class ClearLogsTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/CommandGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class CommandGeneratorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

/**
* @internal
*
* @group Others
*/
final class CommandTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/ConfigGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class ConfigGeneratorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/ConfigurableSortImportsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class ConfigurableSortImportsTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/ControllerGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class ControllerGeneratorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/EntityGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class EntityGeneratorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/EnvironmentCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class EnvironmentCommandTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/FilterGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class FilterGeneratorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/GeneratorsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class GeneratorsTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/HelpCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class HelpCommandTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/InfoCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

/**
* @internal
*
* @group Others
*/
final class InfoCacheTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/MigrationGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class MigrationGeneratorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/ModelGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class ModelGeneratorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/PublishCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @internal
*
* @group Others
*/
final class PublishCommandTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/RoutesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @internal
*
* @group Others
*/
final class RoutesTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/ScaffoldGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

/**
* @internal
*
* @group Others
*/
final class ScaffoldGeneratorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/SeederGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class SeederGeneratorTest extends CIUnitTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

/**
* @internal
*
* @group Others
*/
final class AutoRouteCollectorTest extends CIUnitTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @internal
*
* @group Others
*/
final class AutoRouteCollectorTest extends CIUnitTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @internal
*
* @group Others
*/
final class ControllerMethodReaderTest extends CIUnitTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class ControllerFinderTest extends CIUnitTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @internal
*
* @group Others
*/
final class ControllerMethodReaderTest extends CIUnitTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class FilterCollectorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/Utilities/Routes/FilterFinderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

/**
* @internal
*
* @group Others
*/
final class FilterFinderTest extends CIUnitTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

/**
* @internal
*
* @group Others
*/
final class SampleURIGeneratorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/Commands/ValidationGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

/**
* @internal
*
* @group Others
*/
final class ValidationGeneratorTest extends CIUnitTestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/system/CommonHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
/**
* @internal
*
* @group Others
*
* @covers ::helper
*/
final class CommonHelperTest extends CIUnitTestCase
Expand Down
2 changes: 2 additions & 0 deletions tests/system/CommonSingleServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

/**
* @internal
*
* @group Others
*/
final class CommonSingleServiceTest extends CIUnitTestCase
{
Expand Down
Loading