public function EntityProcessorBaseTest::testIsLocked in Feeds 8.3
@covers ::isLocked
File
- tests/
src/ Kernel/ Feeds/ Processor/ EntityProcessorBaseTest.php, line 373
Class
- EntityProcessorBaseTest
- @coversDefaultClass \Drupal\feeds\Feeds\Processor\EntityProcessorBase @group feeds
Namespace
Drupal\Tests\feeds\Kernel\Feeds\ProcessorCode
public function testIsLocked() {
$this->processor
->isLocked();
$this
->markTestIncomplete('Test is a stub.');
}