* [ADD] Unit testing. Work in progress.

* [MOD] Improved XML file handling.
* [MOD] Improved file handling.
This commit is contained in:
nuxsmin
2018-05-29 02:34:41 +02:00
parent a2b9a42405
commit 6986507ae1
15 changed files with 1369 additions and 118 deletions

View File

@@ -24,8 +24,6 @@
namespace SP\Storage;
use SP\Core\Exceptions\FileNotFoundException;
/**
* Interface StorageInterface
*
@@ -37,7 +35,7 @@ interface XmlFileStorageInterface
* @param string $node
*
* @return XmlFileStorageInterface
* @throws FileNotFoundException
* @throws FileException
*/
public function load($node = '');