<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/tests/bootstrap.php, branch master</title>
<subtitle>The forums.mageia.org Website</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/'/>
<entry>
<title>[ticket/14948] Remove checks for unsupported PHP versions</title>
<updated>2019-05-09T19:58:29+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2019-01-02T19:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=978d883abb4f62f1b644bdab760fedbabdb61690'/>
<id>978d883abb4f62f1b644bdab760fedbabdb61690</id>
<content type='text'>
PHPBB3-14948
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14948
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14576] Move common required files to bootstrap</title>
<updated>2016-03-31T18:06:47+00:00</updated>
<author>
<name>Matt Friedman</name>
<email>maf675@gmail.com</email>
</author>
<published>2016-03-31T18:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=14e8113fcf01be7dbdb080458fcbf4e75668cc1a'/>
<id>14e8113fcf01be7dbdb080458fcbf4e75668cc1a</id>
<content type='text'>
PHPBB3-14576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14576
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/14044] Fix tests</title>
<updated>2015-10-30T13:58:53+00:00</updated>
<author>
<name>Mate Bartus</name>
<email>mate.bartus@gmail.com</email>
</author>
<published>2015-10-30T13:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a910c8699761a40501d7e0b807e4282925c098b9'/>
<id>a910c8699761a40501d7e0b807e4282925c098b9</id>
<content type='text'>
PHPBB3-14044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-14044
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12620] Use the test environment for the tests</title>
<updated>2014-11-20T20:12:22+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-11-19T18:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=dd4f2387fd2f4df0e1513c251c9044f5bef60618'/>
<id>dd4f2387fd2f4df0e1513c251c9044f5bef60618</id>
<content type='text'>
PHPBB3-12620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12620
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12620] Updates test environment (production =&gt; development)</title>
<updated>2014-11-20T19:59:38+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-10-01T22:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=74cd97e75b1dce43a05d8e15e9fbccf01e833b57'/>
<id>74cd97e75b1dce43a05d8e15e9fbccf01e833b57</id>
<content type='text'>
PHPBB3-12620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12620
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12620] Fix tests</title>
<updated>2014-11-20T18:06:52+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-09-05T01:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=7cd0fd83b8047f40edfb69a427b14997801ef25b'/>
<id>7cd0fd83b8047f40edfb69a427b14997801ef25b</id>
<content type='text'>
PHPBB3-12620
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12620
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13325] Make installing composer dependencies in tests folder optional.</title>
<updated>2014-11-12T19:34:36+00:00</updated>
<author>
<name>Andreas Fischer</name>
<email>bantu@phpbb.com</email>
</author>
<published>2014-11-12T19:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=1e4ff6105a3fc34440f5b1294e574d7f8ca7c906'/>
<id>1e4ff6105a3fc34440f5b1294e574d7f8ca7c906</id>
<content type='text'>
Make phpbb_ui_test_case available unconditionally. Nothing depends on 5.3.19
here. Remove __init__ include. Composer classmap autoloading ensures classes
can be loaded.

PHPBB3-13325
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make phpbb_ui_test_case available unconditionally. Nothing depends on 5.3.19
here. Remove __init__ include. Composer classmap autoloading ensures classes
can be loaded.

PHPBB3-13325
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12962] Use phpVersion in phpunit.xml</title>
<updated>2014-10-27T15:13:41+00:00</updated>
<author>
<name>Dhruv</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2014-10-27T15:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316'/>
<id>cc82f95c8fd46c68dcd87334e37d3bfcd1d7c316</id>
<content type='text'>
PHPBB3-12962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12962
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12962] Functional tests run for php &lt;5.3.19</title>
<updated>2014-10-27T04:30:31+00:00</updated>
<author>
<name>Dhruv</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2014-10-27T04:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=c6cca9d0d258fdbe832bba5d40a6e044e90ff873'/>
<id>c6cca9d0d258fdbe832bba5d40a6e044e90ff873</id>
<content type='text'>
PHPBB3-12962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12962
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12962] Fix Line Endings in bootstrap</title>
<updated>2014-10-26T00:33:47+00:00</updated>
<author>
<name>Dhruv</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2014-10-26T00:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=1c88a2cb25a162d111681956edbc0343491ed7d9'/>
<id>1c88a2cb25a162d111681956edbc0343491ed7d9</id>
<content type='text'>
PHPBB3-12962
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12962
</pre>
</div>
</content>
</entry>
</feed>
