Beispiel #1
0
 function it_should_return_arguments_for_constructing_itself_on_export(SourceInterface $source)
 {
     $this->export()->shouldReturn(['id' => 'identifier', 'checksum' => 'checksum', 'source' => $source->getWrappedObject()]);
 }