comparison vendor/psy/psysh/test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.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
46 */ 46 */
47 public function testProcessStatementPasses($code) 47 public function testProcessStatementPasses($code)
48 { 48 {
49 $stmts = $this->parse($code); 49 $stmts = $this->parse($code);
50 $this->traverser->traverse($stmts); 50 $this->traverser->traverse($stmts);
51
52 // @todo a better thing to assert here?
53 $this->assertTrue(true);
51 } 54 }
52 55
53 public function validStatements() 56 public function validStatements()
54 { 57 {
55 return array( 58 return array(