Mercurial > hg > isophonics-drupal-site
comparison vendor/psy/psysh/test/Psy/Test/CodeCleaner/LoopContextPassTest.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
104 */ | 104 */ |
105 public function testProcessStatementPasses($code) | 105 public function testProcessStatementPasses($code) |
106 { | 106 { |
107 $stmts = $this->parse($code); | 107 $stmts = $this->parse($code); |
108 $this->traverser->traverse($stmts); | 108 $this->traverser->traverse($stmts); |
109 | |
110 // @todo a better thing to assert here? | |
111 $this->assertTrue(true); | |
109 } | 112 } |
110 | 113 |
111 public function validStatements() | 114 public function validStatements() |
112 { | 115 { |
113 return array( | 116 return array( |