public function DBTest::testRewriteDBSelectAllowedTable in Drupal 7 to 8/9 Module Upgrader 8
File
- tests/
src/ Unit/ Plugin/ DMU/ Converter/ Functions/ DBTest.php, line 21
Class
- DBTest
- @group DMU.Converter.Functions @covers \Drupal\drupalmoduleupgrader\Plugin\DMU\Converter\Functions\DB
Namespace
Drupal\Tests\drupalmoduleupgrader\Unit\Plugin\DMU\Converter\FunctionsCode
public function testRewriteDBSelectAllowedTable() {
$function_call = Parser::parseExpression('db_select("session")');
$this
->assertSame($function_call, $this->plugin
->rewrite($function_call, $this->target));
}