Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpsPortal
lavoisiercli
Commits
95537313
Commit
95537313
authored
Oct 15, 2014
by
Olivier Lequeux
Browse files
remove comments & unused "use"
parent
88c34f1f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
src/Lavoisier/Hydrators/SimpleXMLHydrator.php
src/Lavoisier/Hydrators/SimpleXMLHydrator.php
+0
-1
tests/SimpleXMLHydratorTest.php
tests/SimpleXMLHydratorTest.php
+0
-1
tests/StringHydratorTest.php
tests/StringHydratorTest.php
+0
-3
No files found.
src/Lavoisier/Hydrators/SimpleXMLHydrator.php
View file @
95537313
...
...
@@ -2,7 +2,6 @@
namespace
Lavoisier\Hydrators
;
use
\
Lavoisier\Hydrators\IHydrator
;
class
SimpleXMLHydrator
implements
IHydrator
{
...
...
tests/SimpleXMLHydratorTest.php
View file @
95537313
...
...
@@ -23,7 +23,6 @@ EOF;
$lh
=
new
\
Lavoisier\Hydrators\SimpleXMLHydrator
();
$simpleXMLObj
=
$lh
->
hydrate
(
$input
);
$this
->
assertEquals
(
$simpleXMLObj
->
child1
,
'1st child text node'
);
}
}
\ No newline at end of file
tests/StringHydratorTest.php
View file @
95537313
<?php
//require_once dirname(__FILE__) . '/../IHydrator.php';
//require_once dirname(__FILE__) . '/../Hydrators/StringHydrator.php';
use
\
Lavoisier\Hydrators\StringHydrator
;
class
StringHydratorTest
extends
\
PHPUnit_Framework_TestCase
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment