Skip to content

Commit

Permalink
removed xdebug_start_trace which fails if there is no xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
uwej711 authored and Daniel Barsotti committed Jun 30, 2011
1 parent 0c57047 commit 67e2c91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Jackalope/NodeType/NodeTypeTest.php
Original file line number Diff line number Diff line change
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 67e2c91

Please sign in to comment.