Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Re-enable the libsodium test on php 7.2 #411

Merged
merged 1 commit into from
Jan 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions testapps/php72_extensions/tests/LibSodiumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@

class LibsodiumTest extends TestCase
{
public function setUp()
{
$this->markTestSkipped('FIXME: need to compile sodium in php 7.2');
}

public function testExtensionLoaded()
{
$this->assertTrue(extension_loaded('sodium'));
Expand Down