Skip to content

Commit

Permalink
Merge pull request #155 from palantirnet/DEV-60-remove-use-of-asserti…
Browse files Browse the repository at this point in the history
…on-handler-class

DEV-60: Remove use of assertion handler class
  • Loading branch information
becw authored Aug 19, 2024
2 parents a113e2b + 5f7a626 commit 3185a8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions docroot/sites/default/settings.circleci.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
// Allow any host name.
$settings['trusted_host_patterns'] = ['.*'];

// Enable assertions.
// @see http://php.net/assert
// @see https://www.drupal.org/node/2492225
use Drupal\Component\Assertion\Handle;

assert_options(ASSERT_ACTIVE, TRUE);
Handle::register();

// Show all error messages, with backtrace information.
$config['system.logging']['error_level'] = 'verbose';

Expand Down
8 changes: 0 additions & 8 deletions docroot/sites/default/settings.ddev-overrides.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
// better performance.
$settings['class_loader_auto_detect'] = FALSE;

// Enable assertions.
// @see http://php.net/assert
// @see https://www.drupal.org/node/2492225
use Drupal\Component\Assertion\Handle;

assert_options(ASSERT_ACTIVE, TRUE);
Handle::register();

// Enable local development services, including the null cache backend.
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';

Expand Down

0 comments on commit 3185a8f

Please sign in to comment.