Properly remove the temp file. re #127
Questo commit è contenuto in:
parent
0b4dc30f7b
commit
e4c44711de
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
|
|
@ -16,6 +16,13 @@ define ("TEST_FEED", dirname(__FILE__) . "/text.atom");
|
||||||
|
|
||||||
class OpdsTest extends PHPUnit_Framework_TestCase
|
class OpdsTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
public static function tearDownAfterClass()
|
||||||
|
{
|
||||||
|
if (!file_exists (TEST_FEED)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
unlink (TEST_FEED);
|
||||||
|
}
|
||||||
|
|
||||||
function opdsValidateSchema($feed) {
|
function opdsValidateSchema($feed) {
|
||||||
$path = "";
|
$path = "";
|
||||||
|
|
|
||||||
Caricamento…
Aggiungi tabella
Aggiungi collegamento
Crea riferimento in una nuova segnalazione