mediawiki-extensions-Echo/tests
Brad Jorsch d7a77b0aba Fix usage of $db->nextSequenceValue()
The return value from the method is only suitable for passing to
$db->insert(). To get the inserted ID, you need to call $db->insertId()
even if $db->nextSequenceValue() returned non-null.

Bug: T164900
Change-Id: I466fd372804927b3ad72125c7a69d253bd7a24f8
2017-05-10 17:46:07 -04:00
..
browser Fix browser tests 2017-04-19 22:27:02 +02:00
phpunit Fix usage of $db->nextSequenceValue() 2017-05-10 17:46:07 -04:00
qunit build: Update eslint to 0.4.0 and make pass 2017-05-04 20:57:37 +00:00
rspec Echo should notify user about mention on wikitext page 2017-04-18 16:53:18 +00:00
bootstrap.php build: Enable phpcs rule 'Squiz.WhiteSpace.LanguageConstructSpacing.Incorrect' and make pass 2015-10-29 12:56:33 +01:00
echo.suite.xml Directory reshuffle, add dev tools 2014-08-01 22:38:41 +00:00
NotificationsTest.php build: Update mediawiki/mediawiki-codesniffer to 0.7.1 2016-12-05 15:54:30 -08:00