integrate drupal and correct build process. update version
<?php
class ExampleTest extends TestCase {
/**
* A basic functional test example.
*/
public function testBasicExample()
{
$response = $this->call('GET', '/');
$this->assertEquals(404, $response->getStatusCode());
}
}