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
eb7d993b
Commit
eb7d993b
authored
Oct 24, 2014
by
Cyril L'Orphelin
Browse files
modify class name space
parent
85c5b102
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
tests/CSVasXMLHydratorTest.php
tests/CSVasXMLHydratorTest.php
+20
-0
No files found.
tests/CSVasXMLHydratorTest.php
0 → 100644
View file @
eb7d993b
<?php
/**
* Created by PhpStorm.
* Copyright Operations Portal - CCIN2P3
* User: cyril
* Date: 24/10/14
* Time: 12:26
*
*/
use
\
Lavoisier\Hydrators\CSVasXMLHydrator
;
class
CSVasXMLHydratorTest
extends
PHPUnit_Framework_TestCase
{
function
testConstructor
()
{
$hydrator
=
new
CSVasXMLHydrator
();
$this
->
assertEquals
(
'Lavoisier\Hydrators\CSVasXMLHydrator'
,
get_class
(
$hydrator
));
}
}
\ No newline at end of file
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