mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 23:32:02 +02:00
[ticket/12574] Fix incorrect setup() method declaration & ldap extension
PHPBB3-12574
This commit is contained in:
parent
149df2d7b6
commit
0d668fee36
@ -21,7 +21,7 @@ class phpbb_auth_provider_ldap_test extends phpbb_database_test_case
|
||||
|
||||
protected $user;
|
||||
|
||||
protected function setup()
|
||||
protected function setup() : void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
@ -15,7 +15,7 @@ SLOWTESTS=$1
|
||||
|
||||
if [ "$SLOWTESTS" == '1' ]
|
||||
then
|
||||
sudo apt-get -y install ldap-utils slapd php5-ldap
|
||||
sudo apt-get -y install ldap-utils slapd php-ldap
|
||||
mkdir /tmp/slapd
|
||||
slapd -f travis/ldap/slapd.conf -h ldap://localhost:3389 &
|
||||
sleep 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user