Skip to content

Commit

Permalink
Changed the installation profile used for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avpaderno committed Feb 14, 2025
1 parent 1c72647 commit 50f0711
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/apc_storage_apcu.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ use Random\Randomizer;
*/
class ApcStorageApcuStoreAndRetrieveTestCase extends BackdropWebTestCase {

/**
* {@inheritdoc}
*/
protected $profile = 'testing';

/**
* Whether the test should be skipped.
*
Expand Down
5 changes: 5 additions & 0 deletions tests/apc_storage_cache.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ use Random\Randomizer;
*/
class ApcStorageCacheBaseTestCase extends BackdropWebTestCase {

/**
* {@inheritdoc}
*/
protected $profile = 'testing';

/**
* Whether the test should be skipped.
*
Expand Down
5 changes: 5 additions & 0 deletions tests/apc_storage_queue.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ use Random\Randomizer;
*/
class ApcStorageQueueTestCase extends BackdropWebTestCase {

/**
* {@inheritdoc}
*/
protected $profile = 'testing';

/**
* Whether the test should be skipped.
*
Expand Down

0 comments on commit 50f0711

Please sign in to comment.