Skip to content

Commit

Permalink
[VarExporter] a new component to serialize values to plain PHP code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 27, 2018
1 parent 2df7320 commit 7831ad7
Show file tree
Hide file tree
Showing 47 changed files with 651 additions and 433 deletions.
2 changes: 1 addition & 1 deletion .php_cs.dist
Expand Up @@ -24,7 +24,6 @@ return PhpCsFixer\Config::create()
->exclude(array(
'Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/Fixtures',
// directories containing files with content that is autogenerated by `var_export`, which breaks CS in output code
'Symfony/Component/Cache/Tests/Marshaller/Fixtures',
'Symfony/Component/DependencyInjection/Tests/Fixtures',
'Symfony/Component/Routing/Tests/Fixtures/dumper',
// fixture templates
Expand All @@ -33,6 +32,7 @@ return PhpCsFixer\Config::create()
'Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom',
// generated fixtures
'Symfony/Component/VarDumper/Tests/Fixtures',
'Symfony/Component/VarExporter/Tests/Fixtures',
// resource templates
'Symfony/Bundle/FrameworkBundle/Resources/views/Form',
// explicit trigger_error tests
Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -81,6 +81,7 @@
"symfony/twig-bundle": "self.version",
"symfony/validator": "self.version",
"symfony/var-dumper": "self.version",
"symfony/var-exporter": "self.version",
"symfony/web-link": "self.version",
"symfony/web-profiler-bundle": "self.version",
"symfony/web-server-bundle": "self.version",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions src/Symfony/Component/Cache/Tests/Marshaller/Fixtures/clone.php

This file was deleted.

31 changes: 0 additions & 31 deletions src/Symfony/Component/Cache/Tests/Marshaller/Fixtures/datetime.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions src/Symfony/Component/Cache/Tests/Marshaller/Fixtures/private.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions src/Symfony/Component/Cache/Tests/Marshaller/Fixtures/wakeup.php

This file was deleted.

0 comments on commit 7831ad7

Please sign in to comment.