public function MockTest::testSmoke in Realistic Dummy Content 7.2
Same name and namespace in other branches
- 8.2 api/src/test/Framework/MockTest.php \Drupal\realistic_dummy_content_api\Framework\MockTest::testSmoke()
Smoke test.
File
- api/
src/ test/ Framework/ MockTest.php, line 19
Class
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function testSmoke() {
// @codingStandardsIgnoreStart
// Ignoring coding standards for this test because we cannot use a
// "use" statement after the first namespace, would have to be after
// the second namespace.
$this
->assertTrue(class_exists(\Drupal\realistic_dummy_content_api\Framework\Mock::class));
// @codingStandardsIgnoreEnd
}