comparison vendor/psy/psysh/test/Psy/Test/CodeCleaner/FinalClassPassTest.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
54 */ 54 */
55 public function testProcessStatementPasses($code) 55 public function testProcessStatementPasses($code)
56 { 56 {
57 $stmts = $this->parse($code); 57 $stmts = $this->parse($code);
58 $this->traverser->traverse($stmts); 58 $this->traverser->traverse($stmts);
59
60 // @todo a better thing to assert here?
61 $this->assertTrue(true);
59 } 62 }
60 63
61 public function validStatements() 64 public function validStatements()
62 { 65 {
63 return array( 66 return array(