getType()->getName() !== ImportSource::class ) { return []; } $importSource = $this->createMock( ImportSource::class ); $importSource->method( 'atEnd' )->willReturn( true ); return [ $importSource ]; } }