Skip to content

Commit

Permalink
Added 'final' class bypassing in Core's snippet-bootstrap file
Browse files Browse the repository at this point in the history
  • Loading branch information
saranshdhingra committed May 23, 2024
1 parent d643732 commit 6198f82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Core/snippet-bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php

use Google\Cloud\Core\Testing\TestHelpers;
use DG\BypassFinals;

TestHelpers::snippetBootstrap();

date_default_timezone_set('UTC');

// Make sure that while testing we bypass the `final` keyword for the GAPIC client.
BypassFinals::enable();

0 comments on commit 6198f82

Please sign in to comment.