Drupal\relation\Tests\RelationAPITest | 138 | 6 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens: SELECT base_table.vid AS vid, base_table.rid AS rid
FROM
{relation} base_table
INNER JOIN {relation__endpoints} relation__endpoints ON relation__endpoints.entity_id = base_table.rid
INNER JOIN {relation} relation ON relation.rid = base_table.rid
WHERE ( (relation__endpoints.endpoints_entity_type = :db_condition_placeholder_0) and (relation__endpoints.endpoints_entity_id = :db_condition_placeholder_1) )AND (relation.relation_type = :db_condition_placeholder_2:db_condition_placeholder_3); Array
(
[:db_condition_placeholder_0] => node
[:db_condition_placeholder_1] => 1
[:db_condition_placeholder_2] => directional
[:db_condition_placeholder_3] => octopus
)
in Drupal\relation\Tests\RelationAPITest->testRelationQuery() (line 144 of /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/relation/src/Tests/RelationAPITest.php). Drupal\Core\Database\Connection->handleQueryException(Object, 'SELECT base_table.vid AS vid, base_table.rid AS rid
FROM
{relation} base_table
INNER JOIN {relation__endpoints} relation__endpoints ON relation__endpoints.entity_id = base_table.rid
INNER JOIN {relation} relation ON relation.rid = base_table.rid
WHERE ( (relation__endpoints.endpoints_entity_type = :db_condition_placeholder_0) and (relation__endpoints.endpoints_entity_id = :db_condition_placeholder_1) )AND (relation.relation_type = :db_condition_placeholder_2:db_condition_placeholder_3)', Array, Array)
Drupal\Core\Database\Connection->query('SELECT base_table.vid AS vid, base_table.rid AS rid
FROM
{relation} base_table
INNER JOIN {relation__endpoints} relation__endpoints ON relation__endpoints.entity_id = base_table.rid
INNER JOIN {relation} relation ON relation.rid = base_table.rid
WHERE ( (relation__endpoints.endpoints_entity_type = :db_condition_placeholder_0) and (relation__endpoints.endpoints_entity_id = :db_condition_placeholder_1) )AND (relation.relation_type = :db_condition_placeholder_2:db_condition_placeholder_3) ', Array, Array)
Drupal\Core\Database\Driver\mysql\Connection->query('SELECT base_table.vid AS vid, base_table.rid AS rid
FROM
{relation} base_table
INNER JOIN {relation__endpoints} relation__endpoints ON relation__endpoints.entity_id = base_table.rid
INNER JOIN {relation} relation ON relation.rid = base_table.rid
WHERE ( (relation__endpoints.endpoints_entity_type = :db_condition_placeholder_0) and (relation__endpoints.endpoints_entity_id = :db_condition_placeholder_1) )AND (relation.relation_type = :db_condition_placeholder_2:db_condition_placeholder_3) ', Array, Array)
Drupal\Core\Database\Query\Select->execute()
Drupal\Core\Entity\Query\Sql\Query->result()
Drupal\Core\Entity\Query\Sql\Query->execute()
Drupal\relation\Tests\RelationAPITest->testRelationQuery()
Drupal\simpletest\TestBase->run(Array)
simpletest_script_run_one_test('6', 'Drupal\relation\Tests\RelationAPITest')
| Uncaught exception | Connection.php | 676 | Drupal\Core\Database\Connection->handleQueryException() |  |
| Value NULL is equal to value 'symmetric'. | Other | RelationAPITest.php | 230 | Drupal\relation\Tests\RelationAPITest->testRelationSave() |  |
| Value NULL is equal to value 'directional'. | Other | RelationAPITest.php | 230 | Drupal\relation\Tests\RelationAPITest->testRelationSave() |  |
| Value NULL is equal to value 'directional_entitysame'. | Other | RelationAPITest.php | 230 | Drupal\relation\Tests\RelationAPITest->testRelationSave() |  |
| Value NULL is equal to value 'directional_entitydifferent'. | Other | RelationAPITest.php | 230 | Drupal\relation\Tests\RelationAPITest->testRelationSave() |  |
| Value NULL is equal to value 'octopus'. | Other | RelationAPITest.php | 230 | Drupal\relation\Tests\RelationAPITest->testRelationSave() |  |
| Value NULL is equal to value 'unary'. | Other | RelationAPITest.php | 230 | Drupal\relation\Tests\RelationAPITest->testRelationSave() |  |
|
Drupal\relation\Tests\RelationRulesTest | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| No test methods found. | Requirements | TestBase.php | 980 | Drupal\simpletest\TestBase::run() |  |
|
Drupal\relation\Tests\RelationUITest | 39 | 5 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Correct number of relations found (1) for symmetric relation type. | Other | RelationUITest.php | 67 | Drupal\relation\Tests\RelationUITest->testRelationDelete() |  |
| Failed to set field instance[label] to pBLyVkpn | Other | RelationUITest.php | 83 | Drupal\relation\Tests\RelationUITest->testRelationEndpointsField() |  |
| Found the requested form fields at admin/structure/relation/manage/symmetric/fields/relation.symmetric.endpoints | Other | RelationUITest.php | 83 | Drupal\relation\Tests\RelationUITest->testRelationEndpointsField() |  |
| "Saved pBLyVkpn configuration." found | Other | RelationUITest.php | 84 | Drupal\relation\Tests\RelationUITest->testRelationEndpointsField() |  |
| Endpoints field label appears to be changed in the overview table. | Other | RelationUITest.php | 87 | Drupal\relation\Tests\RelationUITest->testRelationEndpointsField() |  |
|
Drupal\relation\Tests\RelationViewsTest | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| No test methods found. | Requirements | TestBase.php | 980 | Drupal\simpletest\TestBase::run() |  |
|
Drupal\relation_dummy_field\Tests\RelationDummyFieldTest | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| No test methods found. | Requirements | TestBase.php | 980 | Drupal\simpletest\TestBase::run() |  |
|
Drupal\relation_entity_collector\Tests\RelationEntityCollectorTest | 1 | 1 | 1 |
| Message | Group | Filename | Line | Function | Status |
| The test did not complete due to a fatal error. | Completion check | RelationEntityCollectorTest.php | 48 | Drupal\relation_entity_collector\Tests\RelationEntityCollectorTest->testEntityCollector() |  |
| Drupal\Component\Plugin\Exception\PluginNotFoundException: The "node_type" entity type does not exist. in Drupal\Core\Entity\EntityManager->getDefinition() (line 276 of /var/lib/drupaltestbot/sites/default/files/checkout/core/lib/Drupal/Core/Entity/EntityManager.php). Drupal\Core\Entity\EntityManager->getDefinition('node_type')
Drupal\Core\Entity\EntityManager->getHandler('node_type', 'storage')
Drupal\Core\Entity\EntityManager->getStorage('node_type')
entity_create('node_type', Array)
Drupal\simpletest\WebTestBase->drupalCreateContentType(Array)
Drupal\relation\Tests\RelationTestBase->setUp()
Drupal\relation_entity_collector\Tests\RelationEntityCollectorTest->setUp()
Drupal\simpletest\TestBase->run(Array)
simpletest_script_run_one_test('2', 'Drupal\relation_entity_collector\Tests\RelationEntityCollectorTest')
| Uncaught exception | EntityManager.php | 276 | Drupal\Core\Entity\EntityManager->getDefinition() |  |
|