for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Flyfinder;
trait TestsBothAlgorithms
{
public function algorithms() : array
return [
[Finder::ALGORITHM_LEGACY],
[Finder::ALGORITHM_OPTIMIZED]
];
}