When merging ore:aggregation, process the license correctly, if different or null, the default is use, if the same, this is the value used
<?php
class ExampleTest extends TestCase {
/**
* A basic functional test example.
*/
public function testBasicExample()
{
$response = $this->call('GET', '/');
$this->assertEquals(200, $response->getStatusCode());
}
}