Skip to content

Instantly share code, notes, and snippets.

View flesheater's full-sized avatar
🙃
при нас файловете винаги са обърнати

Nikolay Borisov flesheater

🙃
при нас файловете винаги са обърнати
View GitHub Profile
@flesheater
flesheater / drupal.unit.test.php
Last active July 15, 2019 20:42
DrupalUnitTest
<?php
#tests/src/Unit/FibonacciServiceTest.php
namespace Drupal\Tests\drupalup_fibo\Unit;
use Drupal\Tests\UnitTestCase;
use Drupal\drupalup_fibo\FibonacciService;
/**
* Our unit test for the fibonacci service.