Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
slince committed Apr 28, 2017
1 parent be17786 commit 9cd6898
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/SystemV/SharedMemoryTest.php
Expand Up @@ -6,6 +6,10 @@

class SharedMemoryTest extends TestCase
{
public function setUp()
{
(new SharedMemory())->destroy();
}

public function testSet()
{
Expand Down
7 changes: 7 additions & 0 deletions composer.json
Expand Up @@ -21,5 +21,12 @@
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"suggest": {
"ext-pcntl": "*",
"ext-posix": "*",
"ext-sysvsem": "system v semaphore",
"ext-sysvshm": "Required for system v shared memory",
"ext-sysvmsg": "Required for system v message queue"
},
"minimum-stability": "stable"
}

0 comments on commit 9cd6898

Please sign in to comment.