Public Member Functions | |
testToCart () | |
testTmpUser () | |
getItems ($correct=false) | |
getTmpUsers ($correct=false) | |
setUp () | |
testItemWidget () | |
![]() | |
__get ($name) | |
__call ($name, $params) | |
getFixtureManager () | |
getFixtureData ($name) | |
getFixtureRecord ($name, $alias) |
Public Attributes | |
$items = array() | |
$orders = array() | |
$tmp_users = array() | |
$fixtures | |
$data |
Additional Inherited Members | |
![]() | |
$fixtures = false |
Created by JetBrains PhpStorm. User: Andrey Date: 5/24/13 Time: 12:05 PM To change this template use File | Settings | File Templates.
Definition at line 12 of file ShoppingcartTest.php.
ShoppingcartTest::setUp | ( | ) |
Sets up the fixture before executing a test method. If you override this method, make sure the parent implementation is invoked. Otherwise, the database fixtures will not be managed properly.
Reimplemented from CDbTestCase.
Definition at line 18 of file shoppingcartTest.php.
References Item\model(), TmpUser\model(), and Order\model().
ShoppingcartTest::$fixtures |
Definition at line 12 of file shoppingcartTest.php.