User tests: Successful: Unsuccessful:
Pull Request for another PR #12839 - in order to separate into a few parts.
$pdo = new PDO('sqlite::memory:');
directly, use getInstance()
as in other places$this->connection
is undefined" from sqlite driver when you try to re-connect()
after disconnect();
parent::tearDownAfterClass();
in JModelLegancyTest
Travis.
Code review.
N/A
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries Unit Tests |
I have tested this item
Successful test by code review.
This is an appropriate change for our unit tests
I have tested this item
code review
Title |
|
Status | Pending | ⇒ | Ready to Commit |
Labels |
RTC
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-13 12:22:37 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
@photodude Take a look at this PR.