Remove use of global variables + remove ember-cli-content-security-policy from package.json to avoid bogus csp violation warnings
<?php
class ExampleTest extends TestCase {
/**
* A basic functional test example.
*/
public function testBasicExample()
{
$response = $this->call('GET', '/');
$this->assertEquals(200, $response->getStatusCode());
}
}