Skip to content

Commit e1d40bd

Browse files
committed
code style.
1 parent 4228264 commit e1d40bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/SimpleTestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static function setUpBeforeClass(): void {
2626
self::$pubsub_topic = 'play-notifications';
2727
self::$gcs_bucket = 'gs://php-cloudfunctions';
2828
}
29-
29+
3030
/** It depends on the <code>gcloud</code> command to obtain the project ID. */
3131
private static function get_project_id(): string {
3232
$stdout = shell_exec('gcloud config get-value project');
@@ -36,7 +36,7 @@ private static function get_project_id(): string {
3636

3737
/** Test: On HTTPS */
3838
public function test_on_https(): void {
39-
$payload = json_encode(self::$json_data);
39+
$payload = json_encode( self::$json_data );
4040
$request = new ServerRequest('POST', '/', [], $payload);
4141
$response = CloudFunctions::on_https( $request );
4242
// $this->assertTrue($response->getReasonPhrase().equals("OK"));

0 commit comments

Comments
 (0)