mediawiki-extensions-Popups/tests
Stephen Niedzielski d7871bb9c4 Hygiene: replace okies with ointers
I've yet to meet the bloke who knew how to take a poke without an
explanation such that they have never mispoke. This patch which renames
pokies to pointers will surely be my masterstroke.

  find \
		-not \( \( -name node_modules -o -name .git -o -name vendor -o -name dist -o -name package-lock.json \) -prune \) \
		-type f|
	xargs -rd\\n sed -ri 's%([Pp])(okey|okie)%\1ointer%g; s%([Pp])oke%\1oint%g'

Bug: T190831
Change-Id: I363e6dd49bfcdb9515cd5fab2904a58725b18720
2018-04-26 13:26:48 -07:00
..
node-qunit Hygiene: replace okies with ointers 2018-04-26 13:26:48 -07:00
phpunit PopupsContext::areDependenciesMet should respect PopupsGateway config 2018-03-28 16:31:15 -07:00
selenium Doc: update some of the popups / preview terminology 2018-03-23 11:18:26 +01:00