Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac97be commit ff23f3fCopy full SHA for ff23f3f
4 files changed
.gitignore
@@ -0,0 +1,4 @@
1
+vendor/
2
+composer.lock
3
+phpunit.xml
4
+
README.md
@@ -10,4 +10,6 @@ Resources
10
11
You can run the unit tests with the following command:
12
13
- phpunit
+ $ cd path/to/Symfony/Component/Serializer/
14
+ $ composer.phar install --dev
15
+ $ phpunit
Tests/bootstrap.php
phpunit.xml.dist
@@ -9,7 +9,7 @@
9
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
- bootstrap="Tests/bootstrap.php"
+ bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="Symfony Serializer Component Test Suite">
0 commit comments