Beispiel #1
0
 /**
  *
  */
 function test_unique_callback()
 {
     $resolver = new Resolver();
     $this->assertInstanceOf(Config::class, $resolver->unique('foo', 'bar', [], function () {
         return new Config();
     }));
 }