Public Member Functions |
| testCreate ($attributes) |
| testFind ($attributes) |
| testHash ($attributes) |
| testDelete ($attributes) |
| testValidateEmail () |
| testCreateAnonymousScope () |
| testCreateScope () |
| provider () |
| testSearch () |
Static Public Member Functions |
static | setUpBeforeClass () |
Detailed Description
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
Definition at line 11 of file CommentTest.php.
Member Function Documentation
CommentTest::testCreate |
( |
|
$attributes | ) |
|
provider
Definition at line 23 of file CommentTest.php.
{
$comment->attributes = $attributes;
$this->assertTrue($comment->save());
return $comment;
}
CommentTest::testDelete |
( |
|
$attributes | ) |
|
CommentTest::testFind |
( |
|
$attributes | ) |
|
CommentTest::testHash |
( |
|
$attributes | ) |
|
The documentation for this class was generated from the following file: