Skip to content

Commit

Permalink
There's not a better thing to assert here :(
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Dec 25, 2017
1 parent 492911e commit 6cbb144
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 36 deletions.
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/AbstractClassPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public function testProcessStatementPasses($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public function testProcessStatementPasses($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/CallTimePassByReferencePassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ public function testProcessStatementPasses($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
4 changes: 0 additions & 4 deletions test/Psy/Test/CodeCleaner/CalledClassPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ public function testProcessStatementPasses($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down Expand Up @@ -83,8 +81,6 @@ public function testProcessTraitStatementPasses($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/FinalClassPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ public function testProcessStatementPasses($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/FunctionContextPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ public function testProcessStatementPasses($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/InstanceOfPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ public function testProcessValidStatement($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
4 changes: 0 additions & 4 deletions test/Psy/Test/CodeCleaner/LeavePsyshAlonePassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ public function testPassesInlineHtmlThroughJustFine()
{
$inline = $this->parse('not php at all!', '');
$this->traverse($inline);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand All @@ -36,8 +34,6 @@ public function testProcessStatementPasses($code)
{
$stmts = $this->parse($code);
$this->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/LegacyEmptyPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ public function testProcessValidStatement($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/LoopContextPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ public function testProcessStatementPasses($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
4 changes: 0 additions & 4 deletions test/Psy/Test/CodeCleaner/PassableByReferencePassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public function testProcessStatementPasses($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand All @@ -72,8 +70,6 @@ public function testArrayMultisort($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/StaticConstructorPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ public function testProcessValidStatement($code)
{
$stmts = $this->parse($code);
$this->traverser->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/ValidClassNamePassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ public function testProcessValid($code)
{
$stmts = $this->parse($code);
$this->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/ValidConstantPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public function testProcessValidConstantReferences($code)
{
$stmts = $this->parse($code);
$this->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down
2 changes: 0 additions & 2 deletions test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ public function testProcessValidFunctionCallsAndDeclarations($code)
{
$stmts = $this->parse($code);
$this->traverse($stmts);

// @todo a better thing to assert here?
$this->assertTrue(true);
}

Expand Down

0 comments on commit 6cbb144

Please sign in to comment.