Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Apr 17, 2011
1 parent 0bdf329 commit 31f38d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/write/Property/SetPropertyTypesTest.php
Expand Up @@ -95,7 +95,7 @@ public function testCreateValueNodeNonReferencableWeak()
{
$node = $this->sharedFixture['session']->getRootNode()->getNode('tests_write_value_base/numberPropertyNode/jcr:content');
$value = $this->node->setProperty('x', $node, \PHPCR\PropertyType::WEAKREFERENCE);
die($value->getString());
$this->fail("Exception should be thrown, but ". $value->getString() . " was returned.");
}
public function testCreateValueStringType()
{
Expand Down

0 comments on commit 31f38d6

Please sign in to comment.