some of the test file has double semicolon at the end of the line ";;".
// Mock the State service.
$memory_state = new State(new KeyValueMemoryFactory());;
$settings = Settings::getAll();
$request = Request::create('/');;
some of the test file has double semicolon at the end of the line ";;".
// Mock the State service.
$memory_state = new State(new KeyValueMemoryFactory());;
$settings = Settings::getAll();
$request = Request::create('/');;