Example #1
0
 public function testExtendIgnoresFirstShashesForSharing()
 {
     $config = new Config();
     $config->extend(['\\Some\\Class' => ['shared' => true]]);
     $this->assertTrue($config->isShared('Some\\Class'));
 }