Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
m_piwikTest Class Reference

Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-03-13 at 15:55:59. More...

Public Member Functions

 testHook_menu ()
 m_piwik::hook_menu
 testHook_admin_del_member ()
 m_piwik::hook_admin_del_member
 testHook_quota_get ()
 m_piwik::hook_quota_get
 testUrl ()
 m_piwik::url
 testUser_add ()
 m_piwik::user_add
 testUser_edit ()
 m_piwik::user_edit
 testGet_site_access ()
 m_piwik::get_site_access
 testGet_users_access_from_site ()
 m_piwik::get_users_access_from_site
 testGet_user ()
 m_piwik::get_user
 testGet_alternc_users ()
 m_piwik::get_alternc_users
 testUser_delete ()
 m_piwik::user_delete
 testUsers_list ()
 m_piwik::users_list
 testUser_checkremote ()
 m_piwik::user_checkremote
 testUser_remoteauth ()
 m_piwik::user_remoteauth
 testUser_access ()
 m_piwik::user_access
 testSite_list ()
 m_piwik::site_list
 testSite_js_tag ()
 m_piwik::site_js_tag
 testGet_alternc_sites ()
 m_piwik::get_alternc_sites
 testGet_site_list ()
 m_piwik::get_site_list
 testSite_add ()
 m_piwik::site_add
 testSite_delete ()
 m_piwik::site_delete
 testSite_set_user_right ()
 m_piwik::site_set_user_right
 testSite_alias_add ()
 m_piwik::site_alias_add
 testClean_user_name ()
 m_piwik::clean_user_name
 testDev ()
 m_piwik::dev
 testCall_page ()
 m_piwik::call_page
 testCall_privileged_page ()
 m_piwik::call_privileged_page

Protected Member Functions

 setUp ()
 Sets up the fixture, for example, opens a network connection.
 tearDown ()
 Tears down the fixture, for example, closes a network connection.

Protected Attributes

 $object

Detailed Description

Generated by PHPUnit_SkeletonGenerator 1.2.1 on 2014-03-13 at 15:55:59.

Definition at line 5 of file m_piwikTest.php.

Member Function Documentation

setUp ( )
protected

Sets up the fixture, for example, opens a network connection.

This method is called before a test is executed.

Definition at line 16 of file m_piwikTest.php.

{
$this->object = new m_piwik;
}
tearDown ( )
protected

Tears down the fixture, for example, closes a network connection.

This method is called after a test is executed.

Definition at line 26 of file m_piwikTest.php.

testCall_page ( )

m_piwik::call_page

Todo:
Implement testCall_page().

Definition at line 335 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testCall_privileged_page ( )

m_piwik::call_privileged_page

Todo:
Implement testCall_privileged_page().

Definition at line 347 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testClean_user_name ( )

m_piwik::clean_user_name

Todo:
Implement testClean_user_name().

Definition at line 311 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testDev ( )

m_piwik::dev

Todo:
Implement testDev().

Definition at line 323 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGet_alternc_sites ( )

m_piwik::get_alternc_sites

Todo:
Implement testGet_alternc_sites().

Definition at line 239 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGet_alternc_users ( )

m_piwik::get_alternc_users

Todo:
Implement testGet_alternc_users().

Definition at line 143 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGet_site_access ( )

m_piwik::get_site_access

Todo:
Implement testGet_site_access().

Definition at line 107 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGet_site_list ( )

m_piwik::get_site_list

Todo:
Implement testGet_site_list().

Definition at line 251 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGet_user ( )

m_piwik::get_user

Todo:
Implement testGet_user().

Definition at line 131 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testGet_users_access_from_site ( )

m_piwik::get_users_access_from_site

Todo:
Implement testGet_users_access_from_site().

Definition at line 119 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testHook_admin_del_member ( )

m_piwik::hook_admin_del_member

Todo:
Implement testHook_admin_del_member().

Definition at line 47 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testHook_menu ( )

m_piwik::hook_menu

Todo:
Implement testHook_menu().

Definition at line 35 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testHook_quota_get ( )

m_piwik::hook_quota_get

Todo:
Implement testHook_quota_get().

Definition at line 59 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testSite_add ( )

m_piwik::site_add

Todo:
Implement testSite_add().

Definition at line 263 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testSite_alias_add ( )

m_piwik::site_alias_add

Todo:
Implement testSite_alias_add().

Definition at line 299 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testSite_delete ( )

m_piwik::site_delete

Todo:
Implement testSite_delete().

Definition at line 275 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testSite_js_tag ( )

m_piwik::site_js_tag

Todo:
Implement testSite_js_tag().

Definition at line 227 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testSite_list ( )

m_piwik::site_list

Todo:
Implement testSite_list().

Definition at line 215 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testSite_set_user_right ( )

m_piwik::site_set_user_right

Todo:
Implement testSite_set_user_right().

Definition at line 287 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testUrl ( )

m_piwik::url

Todo:
Implement testUrl().

Definition at line 71 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testUser_access ( )

m_piwik::user_access

Todo:
Implement testUser_access().

Definition at line 203 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testUser_add ( )

m_piwik::user_add

Todo:
Implement testUser_add().

Definition at line 83 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testUser_checkremote ( )

m_piwik::user_checkremote

Todo:
Implement testUser_checkremote().

Definition at line 179 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testUser_delete ( )

m_piwik::user_delete

Todo:
Implement testUser_delete().

Definition at line 155 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testUser_edit ( )

m_piwik::user_edit

Todo:
Implement testUser_edit().

Definition at line 95 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testUser_remoteauth ( )

m_piwik::user_remoteauth

Todo:
Implement testUser_remoteauth().

Definition at line 191 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
testUsers_list ( )

m_piwik::users_list

Todo:
Implement testUsers_list().

Definition at line 167 of file m_piwikTest.php.

{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}

Field Documentation

$object
protected

Definition at line 10 of file m_piwikTest.php.


The documentation for this class was generated from the following file: