You are here

protected function FeedsTamperCastToIntTestCase::executeCastToInt in Feeds Tamper 7

File

tests/feeds_tamper_plugins.test, line 140
Unit tests for feeds tamper plugins.

Class

FeedsTamperCastToIntTestCase
Tests for absolute_url.inc

Code

protected function executeCastToInt($input, $output, $settings = array()) {
  $this
    ->validate($settings);
  $this
    ->callback(NULL, NULL, NULL, $input, $settings);
  $this
    ->assertIdentical($input, $output);
}