blob: ca84694a386df5d1b6627fde4c8f2877a70c5f0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./tests/File_FortuneTest.php.orig 2007-07-12 11:31:59.515214662 +0800
+++ ./tests/File_FortuneTest.php 2007-07-12 11:32:15.386685251 +0800
@@ -49,7 +49,7 @@
*/
public function setUp()
{
- $this->base = $base = dirname(__FILE__) . '/_files/';
+ $this->base = $base = dirname(__FILE__);
$origBase = $base . '/orig/';
foreach ($this->fortuneFiles as $file) {
copy($origBase . $file, $base . $file);
|