public function testGetPostActionUrl()
 {
     $this->_customerUrl->expects($this->once())->method('getRegisterPostUrl')->will($this->returnValue(self::POST_ACTION_URL));
     $this->assertEquals(self::POST_ACTION_URL, $this->_block->getPostActionUrl());
 }