Skip to content

Commit

Permalink
Merge pull request #15 from uwej711/remove_xdebug
Browse files Browse the repository at this point in the history
removed xdebug_start_trace which fails if there is no xdebug
  • Loading branch information
beberlei committed Jun 28, 2011
2 parents b2927fc + 2f4a729 commit 197eb89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Jackalope/NodeType/NodeTypeTest.php
Expand Up @@ -87,7 +87,6 @@ public function testNodeTypeMethods()

public function testGetDefinedChildNodesAndNodeDefinitions()
{
xdebug_start_Trace("/tmp/jcr");
$ntm = $this->getNodeTypeManager();
$nt = $ntm->getNodeType('nt:folder');
$nodes = $nt->getDeclaredChildNodeDefinitions();
Expand Down

0 comments on commit 197eb89

Please sign in to comment.