Advertisement
Guest User

Untitled

a guest
Nov 18th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 2.0.0.4
  8. * @ Author : DeZender
  9. * @ Release on : 21.10.2015
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. namespace OCA\Enterprise_Key\Tests {
  15.  
  16. class EnterpriseKeyTest {
  17.  
  18. public function setUp() {
  19. }
  20.  
  21. public function testWithKeyToBeGenerated() {
  22. $key = new EnterpriseKey("x-0-x-x");
  23. ................................................................
  24. ..................
  25. .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement