rename methods to keep them clear
This commit is contained in:
parent
57a5f6864d
commit
673fdc8758
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ class www_rssTest extends TestBaseApi
|
||||||
* A private bookmark should not show up in an rss feed if the
|
* A private bookmark should not show up in an rss feed if the
|
||||||
* user is not logged in nor passes the private key
|
* user is not logged in nor passes the private key
|
||||||
*/
|
*/
|
||||||
public function testPrivateBookmarkNotLoggedIn()
|
public function testUserPrivateBookmarkNotLoggedIn()
|
||||||
{
|
{
|
||||||
list($uId, $username) = $this->addUserData();
|
list($uId, $username) = $this->addUserData();
|
||||||
$this->addBookmark(
|
$this->addBookmark(
|
||||||
|
@ -47,7 +47,7 @@ class www_rssTest extends TestBaseApi
|
||||||
* Test a user who has RSS private key setup
|
* Test a user who has RSS private key setup
|
||||||
* with private bookmark.
|
* with private bookmark.
|
||||||
*/
|
*/
|
||||||
public function testPrivateBookmarkWithPrivateKey()
|
public function testUserPrivateBookmarkWithPrivateKey()
|
||||||
{
|
{
|
||||||
list($uId, $username, $password, $privateKey) = $this->addUserData(
|
list($uId, $username, $password, $privateKey) = $this->addUserData(
|
||||||
null, null, true
|
null, null, true
|
||||||
|
@ -73,7 +73,7 @@ class www_rssTest extends TestBaseApi
|
||||||
* Verify that fetching the feed with a private key
|
* Verify that fetching the feed with a private key
|
||||||
* does not keep you logged in
|
* does not keep you logged in
|
||||||
*/
|
*/
|
||||||
public function testPrivateKeyDoesNotKeepLoggedYouIn()
|
public function testUserPrivateKeyDoesNotKeepLoggedYouIn()
|
||||||
{
|
{
|
||||||
list($uId, $username, $password, $privateKey) = $this->addUserData(
|
list($uId, $username, $password, $privateKey) = $this->addUserData(
|
||||||
null, null, true
|
null, null, true
|
||||||
|
|
Loading…
Reference in a new issue