warmwinter / hessianphp

Automatically exported from code.google.com/p/hessianphp
MIT License
0 stars 0 forks source link

HessianPHP_v2.0.2\unit_tests\base_test.php isn't working because HessianPHP_v2.0.2\unit_tests\simpletest is missing #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download package.
2. Install on web server.
3. Start HessianPHP_v2.0.2\unit_tests\base_test.php

What is the expected output? What do you see instead?

Expected: 
Run test

Actual: 
Fatal error: require_once() [function.require]: Failed opening required 
'...\HessianPHP_v2.0.2\unit_tests/simpletest/autorun.php' 
(include_path='.;C:\php\pear') in 
...\HessianPHP_v2.0.2\unit_tests\base_test.php on line 3

What version of the product are you using? On what operating system?
HessianPHP v2.0.2

Please provide any additional information below.
HessianPHP_v2.0.2\unit_tests\simpletest is missing in package.

Original issue reported on code.google.com by lars.sch...@gmail.com on 5 Jan 2011 at 10:14

GoogleCodeExporter commented 9 years ago
Yes, the unit test folder was a bit confusing, sorry about that. I added an 
index.php file that detects the installation of simpletest and provides links 
to the tests and the source files.
Simpletest does not come with the distribution of HessianPHP in order to keep 
the distribution small enough, you need to download the framework separately.

Original comment by vegeta...@gmail.com on 15 Feb 2011 at 4:54