From 4107714ce636619993a4a151087f19f13bb41812 Mon Sep 17 00:00:00 2001 From: Bram Devries Date: Tue, 28 Jul 2015 15:12:49 +0200 Subject: [PATCH] Fix tests + add caching changes to changelog --- CHANGELOG.md | 4 ++++ tests/MetadataTest.php | 26 +++++++++++++------------- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb3fe9..8caf52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 1.0.1 - 28-07-2015 +### Changed + +- Metadata retrieved from a CSV file is now cached until said file has changed + ### Fixed - Use correct attribute name for unwrapped meta tags diff --git a/tests/MetadataTest.php b/tests/MetadataTest.php index 1f0943a..477a510 100644 --- a/tests/MetadataTest.php +++ b/tests/MetadataTest.php @@ -63,9 +63,9 @@ public function testCanRenderMetadata() - - - + + + EOF; @@ -83,9 +83,9 @@ public function testCanPassAdditionalAttributes() - - - + + + @@ -105,10 +105,10 @@ public function testCanDefineUnwrappedProperties() - - - - + + + + EOF; @@ -125,9 +125,9 @@ public function testCanDefineProject() - - - + + + EOF;