CRM-17860, CRM-18231 - JobProcessMailingTest - Re-remove require_once
authorTim Otten <totten@civicrm.org>
Wed, 8 Nov 2017 06:47:19 +0000 (22:47 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 8 Nov 2017 06:47:19 +0000 (22:47 -0800)
commit20ec56b64faa4e5ccbf190db914851cc7aed0ceb
tree9c4b4a7bbbf216cff7e96bdf16f614b130fac5c3
parent4132fbec8ea3d8b8417c3f45507938210634add1
CRM-17860, CRM-18231 - JobProcessMailingTest - Re-remove require_once

Overview
--------
Remove an unnecessary line from test suite.

Before
------
The test worked when executed as part of the `api_v3` suite, but it failed
when run individually (because the `require_once` doesn't work).  Moreover,
the tests for `org.civicrm.flexmailer` failed

After
-----
The tests work on their own.

Comment
-------

This change deals entirely with the packaging/framing of a test-case.  It
neither (a) involves the runtime behavior of the application nor (b) the
semantics/behavior of the test.  Consequently, it should be safe to merge as
long as the test-runner remains happy.
tests/phpunit/api/v3/JobProcessMailingTest.php