Beispiel #1
0
	public function testAutoPost()
	{
		$c = new AlphaController;
		$this->assertTrue($c->isPost('update'));
		$this->assertTrue($c->isPost('save'));
		$this->assertTrue($c->isPost('delete'));
	}