for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace skrtdev\PrototypesTests;
use skrtdev\Prototypes\Prototypeable;
class DemoClassTest {
use Prototypeable;
protected static bool $static_property = true;
protected bool $property = true;
public function existentMethod(): void
{
}
public static function existentStaticMethod(): void