Class SimpleTestOptions

Description
  • deprecated:

Located in /simpletest.php (line 413)

SimpleTest
   |
   --SimpleTestOptions
Method Summary
 void getDefaultProxy ()
 void getVersion ()
 void ignore ( $class)
 void isIgnored ( $class)
 void setMockBaseClass ( $mock_base)
 void useProxy ( $proxy, [ $username = false], [ $password = false])
Methods
getDefaultProxy (line 460)
  • deprecated:
void getDefaultProxy ()

Redefinition of:
SimpleTest::getDefaultProxy()
Accessor for default proxy host.
getDefaultProxyPassword (line 474)
  • deprecated:
void getDefaultProxyPassword ()

Redefinition of:
SimpleTest::getDefaultProxyPassword()
Accessor for default proxy password.
getDefaultProxyUsername (line 467)
  • deprecated:
void getDefaultProxyUsername ()

Redefinition of:
SimpleTest::getDefaultProxyUsername()
Accessor for default proxy username.
getMockBaseClass (line 446)
  • deprecated:
void getMockBaseClass ()

Redefinition of:
SimpleTest::getMockBaseClass()
getVersion (line 418)
  • deprecated:
void getVersion ()

Redefinition of:
SimpleTest::getVersion()
Reads the SimpleTest version from the release file.
ignore (line 425)
  • deprecated:
void ignore ( $class)
  • $class

Redefinition of:
SimpleTest::ignore()
Sets the name of a test case to ignore, usually because the class is an abstract case that should not be run. Once PHP4 is dropped this will disappear as a public method and "abstract" will rule.
isIgnored (line 432)
  • deprecated:
void isIgnored ( $class)
  • $class

Redefinition of:
SimpleTest::isIgnored()
Test to see if a test case is in the ignore list. Quite obviously the ignore list should be a separate object and will be one day.
setMockBaseClass (line 439)
  • deprecated:
void setMockBaseClass ( $mock_base)
  • $mock_base

Redefinition of:
SimpleTest::setMockBaseClass()
useProxy (line 453)
  • deprecated:
void useProxy ( $proxy, [ $username = false], [ $password = false])
  • $proxy
  • $username
  • $password

Redefinition of:
SimpleTest::useProxy()
Sets proxy to use on all requests for when testing from behind a firewall. Set host to false to disable. This will take effect if there are no other proxy settings.

Inherited Methods

Inherited From SimpleTest

 SimpleTest::getContext()
 SimpleTest::getDefaultProxy()
 SimpleTest::getDefaultProxyPassword()
 SimpleTest::getDefaultProxyUsername()
 SimpleTest::getMockBaseClass()
 SimpleTest::getVersion()
 SimpleTest::ignore()
 SimpleTest::ignoreParentsIfIgnored()
 SimpleTest::isIgnored()
 SimpleTest::prefer()
 SimpleTest::preferred()
 SimpleTest::setMockBaseClass()
 SimpleTest::useProxy()

Documentation generated on Sun, 04 May 2008 09:22:10 -0500 by phpDocumentor 1.3.0