Properly remove the temp file. re #127
Ten commit jest zawarty w:
rodzic
0b4dc30f7b
commit
e4c44711de
1 zmienionych plików z 7 dodań i 0 usunięć
|
|
@ -16,6 +16,13 @@ define ("TEST_FEED", dirname(__FILE__) . "/text.atom");
|
|||
|
||||
class OpdsTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public static function tearDownAfterClass()
|
||||
{
|
||||
if (!file_exists (TEST_FEED)) {
|
||||
return;
|
||||
}
|
||||
unlink (TEST_FEED);
|
||||
}
|
||||
|
||||
function opdsValidateSchema($feed) {
|
||||
$path = "";
|
||||
|
|
|
|||
Ładowanie…
Dodaj tabelę
Add a link
Odniesienie w nowym zgłoszeniu