className( 'namespace', 'name' ); } public function testCtorSuccess() { return true; } protected function setUp() { $this->className = 'ezcWebdavDeadProperty'; $this->propertyName = 'name'; $this->namespace = 'namespace'; $this->defaultValues = array( 'content' => null, ); $this->workingValues = array( 'content' => array( null, "foo bar", "", ), ); $this->failingValues = array( 'content' => array( 23, 23.34, true, false, new stdClass(), array(), ), ); } } ?>