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