| Total Complexity | 2 | 
| Total Lines | 14 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 11 | final class FeatureTest extends TestCase  | 
            ||
| 12 | { | 
            ||
| 13 | protected function setUp(): void  | 
            ||
| 14 |     { | 
            ||
| 15 |         Gacela::bootstrap(__DIR__, static function (GacelaConfig $config): void { | 
            ||
| 16 | $config->resetInMemoryCache();  | 
            ||
| 17 | });  | 
            ||
| 18 | }  | 
            ||
| 19 | |||
| 20 | public function test_mapping_interfaces_from_bindings(): void  | 
            ||
| 25 | );  | 
            ||
| 26 | }  | 
            ||
| 28 |