◆ testSqlRepositoryDelegatesDeletionToDatabaseAbstraction()
ilBuddySystemRelationRepositoryTestCase::testSqlRepositoryDelegatesDeletionToDatabaseAbstraction |
( |
| ) |
|
Definition at line 23 of file ilBuddySystemRelationRepositoryTestCase.php.
25 $db = $this->createMock(ilDBInterface::class);
26 $db->expects($this->exactly(2))
27 ->method(
'manipulateF')
28 ->with($this->stringContains(
'DELETE FROM'));
Class ilBuddySystemRelationRepository.
The documentation for this class was generated from the following file: