Skip to content

Commit b9228cc

Browse files
author
Jolita Grazyte
committed
set .gitignore in tests/temp
1 parent 38dfc0c commit b9228cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ build
22
composer.lock
33
docs
44
vendor
5-
tests/temp

tests/FeedTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ protected function validateXml($i, $content)
8686
$xml_reader = new \XMLReader();
8787
$xml_reader->open($file);
8888
$xml_reader->setParserProperty($xml_reader::VALIDATE, true);
89-
9089
return $xml_reader->isValid();
91-
unlink($file);
90+
9291
}
9392
}

tests/temp/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)