diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-29 14:07:54 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-29 14:07:54 +0000 |
commit | 64e2283a00cd3f82ddc5f14627f3c0a2ee87b4d9 (patch) | |
tree | 684534e8ca9f5bbcdfd71048ab06a8b7a47420bb /textproc/pear-File_Fortune/files | |
parent | Update to 0.8.5 (diff) |
Add pear-File_Fortune 1.0.0, an interface for reading from and writing
to fortune files.
PR: ports/114518
Submitted by: Zhen REN <bg1tpt at gmail.com>
Approved by: rafan (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=196605
Diffstat (limited to 'textproc/pear-File_Fortune/files')
-rw-r--r-- | textproc/pear-File_Fortune/files/patch-tests__File_FortuneTest.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/pear-File_Fortune/files/patch-tests__File_FortuneTest.php b/textproc/pear-File_Fortune/files/patch-tests__File_FortuneTest.php new file mode 100644 index 000000000000..ca84694a386d --- /dev/null +++ b/textproc/pear-File_Fortune/files/patch-tests__File_FortuneTest.php @@ -0,0 +1,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); |