芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/yii/framework/cli/views/shell/crud/test.php
class Test extends WebTestCase { public $fixtures=array( ''=>'', ); public function testShow() { $this->open('?r=/view&id=1'); } public function testCreate() { $this->open('?r=/create'); } public function testUpdate() { $this->open('?r=/update&id=1'); } public function testDelete() { $this->open('?r=/view&id=1'); } public function testList() { $this->open('?r=/index'); } public function testAdmin() { $this->open('?r=/admin'); } }