David Goodwin

Results 16 issues of David Goodwin

* Update phpunit to avoid PHP 7.x warnings * Update travis to add PHP 7.x * Update composer to have PHP >= 5.6

This adds an ```$nmap->setExtraOptions(['-e eth0', '--min-hostgroup 3'])``` (or whatever other options you want to give nmap). There's a crude test, but I used Mockery for it ..... it might be...

phpdoc for ItemInterface::lock() should probably be ?int not null.

* relax composer.json to allow phpunit to get installed in PHP 8.2 * update tests to extend \PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase * token fixes to some unit tests * remove...

change phpdoc on Table::findOneBy() to include 'false' If the fields specified do not match a row in the database, the underlying call on Doctrine_Query::fetchOne() will return false, so this method...