public function testCanResolveWithSameValue()
 {
     $p = new FulfilledPromise('foo');
     $p->resolve('foo');
 }