Bug #93
Complete StorageAccess interface
| Status: | Resolved | Start date: | ||
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | Karsten Dambekalns | % Done: | 100% | |
| Category: | - | |||
| Target version: | - | 
Description
The interface misses methods that are actually present in the PDO implementation for it and thus mock objects cannot be created automatically.
History
#1 Updated by Karsten Dambekalns over 7 years ago
(In r430) TYPO3CR:
	
  - some whitespace changes to NamespaceRegistry
- added some methods to StorageAccessInterface, addresses #93
#2 Updated by Karsten Dambekalns over 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Currently all method are present, but of course keeping the interface declaration in sync will remain an ongoing task.