Skip to content

Commit 65d7119

Browse files
Revert "Configure cache directory"
This reverts commit 8a90221.
1 parent a4d8017 commit 65d7119

11 files changed

+1
-90
lines changed

tests/_files/delete_directory.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/end-to-end/code-coverage/ignore-class-using-attribute-process-isolation.phpt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,10 @@ $_SERVER['argv'][] = '--coverage-filter';
1616
$_SERVER['argv'][] = __DIR__ . '/ignore-class-using-attribute/src';
1717
$_SERVER['argv'][] = '--coverage-text';
1818
$_SERVER['argv'][] = __DIR__ . '/ignore-class-using-attribute/tests';
19-
$_SERVER['argv'][] = '--cache-directory';
20-
$_SERVER['argv'][] = __DIR__ . '/ignore-class-using-attribute/cache';
2119

2220
require_once __DIR__ . '/../../bootstrap.php';
2321

2422
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
25-
--CLEAN--
26-
<?php declare(strict_types=1);
27-
require __DIR__ . '/../../_files/delete_directory.php';
28-
29-
delete_directory(__DIR__ . '/ignore-class-using-attribute/cache');
3023
--EXPECTF--
3124
PHPUnit %s by Sebastian Bergmann and contributors.
3225

tests/end-to-end/code-coverage/ignore-class-using-attribute.phpt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,10 @@ $_SERVER['argv'][] = '--coverage-filter';
1515
$_SERVER['argv'][] = __DIR__ . '/ignore-class-using-attribute/src';
1616
$_SERVER['argv'][] = '--coverage-text';
1717
$_SERVER['argv'][] = __DIR__ . '/ignore-class-using-attribute/tests';
18-
$_SERVER['argv'][] = '--cache-directory';
19-
$_SERVER['argv'][] = __DIR__ . '/ignore-class-using-attribute/cache';
2018

2119
require_once __DIR__ . '/../../bootstrap.php';
2220

2321
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
24-
--CLEAN--
25-
<?php declare(strict_types=1);
26-
require __DIR__ . '/../../_files/delete_directory.php';
27-
28-
delete_directory(__DIR__ . '/ignore-class-using-attribute/cache');
2922
--EXPECTF--
3023
PHPUnit %s by Sebastian Bergmann and contributors.
3124

tests/end-to-end/code-coverage/ignore-function-using-attribute-process-isolation.phpt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,10 @@ $_SERVER['argv'][] = '--coverage-filter';
1616
$_SERVER['argv'][] = __DIR__ . '/ignore-function-using-attribute/src';
1717
$_SERVER['argv'][] = '--coverage-text';
1818
$_SERVER['argv'][] = __DIR__ . '/ignore-function-using-attribute/tests';
19-
$_SERVER['argv'][] = '--cache-directory';
20-
$_SERVER['argv'][] = __DIR__ . '/ignore-function-using-attribute/cache';
2119

2220
require_once __DIR__ . '/../../bootstrap.php';
2321

2422
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
25-
--CLEAN--
26-
<?php declare(strict_types=1);
27-
require __DIR__ . '/../../_files/delete_directory.php';
28-
29-
delete_directory(__DIR__ . '/ignore-function-using-attribute/cache');
3023
--EXPECTF--
3124
PHPUnit %s by Sebastian Bergmann and contributors.
3225

tests/end-to-end/code-coverage/ignore-function-using-attribute.phpt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,10 @@ $_SERVER['argv'][] = '--coverage-filter';
1515
$_SERVER['argv'][] = __DIR__ . '/ignore-function-using-attribute/src';
1616
$_SERVER['argv'][] = '--coverage-text';
1717
$_SERVER['argv'][] = __DIR__ . '/ignore-function-using-attribute/tests';
18-
$_SERVER['argv'][] = '--cache-directory';
19-
$_SERVER['argv'][] = __DIR__ . '/ignore-function-using-attribute/cache';
2018

2119
require_once __DIR__ . '/../../bootstrap.php';
2220

2321
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
24-
--CLEAN--
25-
<?php declare(strict_types=1);
26-
require __DIR__ . '/../../_files/delete_directory.php';
27-
28-
delete_directory(__DIR__ . '/ignore-function-using-attribute/cache');
2922
--EXPECTF--
3023
PHPUnit %s by Sebastian Bergmann and contributors.
3124

tests/end-to-end/code-coverage/ignore-method-using-attribute-process-isolation.phpt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,10 @@ $_SERVER['argv'][] = '--coverage-filter';
1616
$_SERVER['argv'][] = __DIR__ . '/ignore-method-using-attribute/src';
1717
$_SERVER['argv'][] = '--coverage-text';
1818
$_SERVER['argv'][] = __DIR__ . '/ignore-method-using-attribute/tests';
19-
$_SERVER['argv'][] = '--cache-directory';
20-
$_SERVER['argv'][] = __DIR__ . '/ignore-method-using-attribute/cache';
2119

2220
require_once __DIR__ . '/../../bootstrap.php';
2321

2422
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
25-
--CLEAN--
26-
<?php declare(strict_types=1);
27-
require __DIR__ . '/../../_files/delete_directory.php';
28-
29-
delete_directory(__DIR__ . '/ignore-method-using-attribute/cache');
3023
--EXPECTF--
3124
PHPUnit %s by Sebastian Bergmann and contributors.
3225

tests/end-to-end/code-coverage/ignore-method-using-attribute.phpt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,10 @@ $_SERVER['argv'][] = '--coverage-filter';
1515
$_SERVER['argv'][] = __DIR__ . '/ignore-method-using-attribute/src';
1616
$_SERVER['argv'][] = '--coverage-text';
1717
$_SERVER['argv'][] = __DIR__ . '/ignore-method-using-attribute/tests';
18-
$_SERVER['argv'][] = '--cache-directory';
19-
$_SERVER['argv'][] = __DIR__ . '/ignore-method-using-attribute/cache';
2018

2119
require_once __DIR__ . '/../../bootstrap.php';
2220

2321
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
24-
--CLEAN--
25-
<?php declare(strict_types=1);
26-
require __DIR__ . '/../../_files/delete_directory.php';
27-
28-
delete_directory(__DIR__ . '/ignore-method-using-attribute/cache');
2922
--EXPECTF--
3023
PHPUnit %s by Sebastian Bergmann and contributors.
3124

tests/end-to-end/event/_files/invalid-coverage-metadata/phpunit.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="../../../../../phpunit.xsd"
4-
cacheDirectory=".phpunit.cache">
3+
xsi:noNamespaceSchemaLocation="../../../../../phpunit.xsd">
54
<testsuites>
65
<testsuite name="default">
76
<directory>tests</directory>

tests/end-to-end/event/invalid-coverage-metadata.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ $_SERVER['argv'][] = '--debug';
1616
require __DIR__ . '/../../bootstrap.php';
1717

1818
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
19-
--CLEAN--
20-
<?php declare(strict_types=1);
21-
require __DIR__ . '/../../_files/delete_directory.php';
22-
23-
delete_directory(__DIR__ . '/_files/invalid-coverage-metadata/.phpunit.cache');
2419
--EXPECTF--
2520
PHPUnit Started (PHPUnit %s using %s)
2621
Test Runner Configured

tests/end-to-end/regression/5218.phpt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,10 @@ $_SERVER['argv'][] = '--coverage-filter';
1616
$_SERVER['argv'][] = __DIR__ . '/5218/src/';
1717
$_SERVER['argv'][] = '--coverage-text';
1818
$_SERVER['argv'][] = __DIR__ . '/5218/tests/';
19-
$_SERVER['argv'][] = '--cache-directory';
20-
$_SERVER['argv'][] = __DIR__ . '/5218/cache';
2119

2220
require_once __DIR__ . '/../../bootstrap.php';
2321

2422
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
25-
--CLEAN--
26-
<?php declare(strict_types=1);
27-
require __DIR__ . '/../../_files/delete_directory.php';
28-
29-
delete_directory(__DIR__ . '/5218/cache');
3023
--EXPECTF--
3124
PHPUnit %s by Sebastian Bergmann and contributors.
3225

0 commit comments

Comments
 (0)