CurrentSegmentInfobox: Fixed bug where editing a segment would not update the source correctly and mess up with other widgets
<?php
class ExampleTest extends TestCase
{
/**
* A basic functional test example.
*
* @return void
*/
public function testBasicExample()
{
$response = $this->call('GET', '/');
$this->assertEquals(200, $response->getStatusCode());
}
}