public function CastToIntTest::testStringIntToInt in Tamper 8
Test converting string int to int.
File
- tests/
src/ Unit/ Plugin/ Tamper/ CastToIntTest.php, line 67
Class
- CastToIntTest
- Tests the cast to int plugin.
Namespace
Drupal\Tests\tamper\Unit\Plugin\TamperCode
public function testStringIntToInt() {
$this
->assertEquals(23456, $this->plugin
->tamper('23456'));
}