Skip to content

Commit

Permalink
Older version of caching component
Browse files Browse the repository at this point in the history
  • Loading branch information
dionsnoeijen committed Jun 21, 2018
1 parent 1e2c854 commit 96d2505
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 15 deletions.
8 changes: 4 additions & 4 deletions build/logs/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1529397932">
<project timestamp="1529397932">
<coverage generated="1529583070">
<project timestamp="1529583070">
<package name="Tardigrades\Command">
<file name="/Users/Dion/www/sexy-field/sexy-field/src/Command/ApplicationCommand.php">
<class name="ApplicationCommand" namespace="Tardigrades\Command">
Expand Down Expand Up @@ -1918,7 +1918,7 @@
</file>
</package>
<file name="/Users/Dion/www/sexy-field/sexy-field/src/SectionField/Generator/CommonSectionInterface.php">
<metrics loc="24" ncloc="16" classes="0" methods="0" coveredmethods="0" conditionals="0" coveredconditionals="0" statements="0" coveredstatements="0" elements="0" coveredelements="0"/>
<metrics loc="25" ncloc="17" classes="0" methods="0" coveredmethods="0" conditionals="0" coveredconditionals="0" statements="0" coveredstatements="0" elements="0" coveredelements="0"/>
</file>
<package name="Tardigrades\SectionField\Generator">
<file name="/Users/Dion/www/sexy-field/sexy-field/src/SectionField/Generator/FieldTypeDoesNotExistException.php">
Expand Down Expand Up @@ -3758,6 +3758,6 @@
<metrics loc="248" ncloc="143" classes="1" methods="16" coveredmethods="0" conditionals="0" coveredconditionals="0" statements="38" coveredstatements="0" elements="54" coveredelements="0"/>
</file>
</package>
<metrics files="147" loc="10026" ncloc="8033" classes="122" methods="603" coveredmethods="559" conditionals="0" coveredconditionals="0" statements="2319" coveredstatements="2151" elements="2922" coveredelements="2710"/>
<metrics files="147" loc="10027" ncloc="8034" classes="122" methods="603" coveredmethods="559" conditionals="0" coveredconditionals="0" statements="2319" coveredstatements="2151" elements="2922" coveredelements="2710"/>
</project>
</coverage>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"twig/twig": "^2.0",
"twig/extensions": "^1.5.1",
"php-coveralls/php-coveralls": "^1.0",
"symfony/cache": "^4.1"
"symfony/cache": "^3.4"
},
"autoload": {
"psr-4": {
Expand Down
77 changes: 67 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96d2505

Please sign in to comment.