Skip to main content

Home/ PHP Programming/ Group items tagged procedure

Rss Feed Group items tagged

javatpoints

Learn How to Create Table in Oracle ? - javaTpoint - 0 views

  •  
    Oracle Create Table for beginners and professionals with examples on insert, select, update, delete, table, view, join, key, functions, procedures, indexes, cursor etc.
Mr. DiGi

phpMinAdmin - 0 views

  •  
    Simple and fast MySQL management tool - with support of stored procedures and triggers.
javatpoints

HR Tutorial for beginners - javatpoint - 0 views

  •  
    HR Tutorial for beginners and professionals provides information on Human Resource Management such as recruitment, selection, planning, training, appraisal, grievance etc
Sarah HL

Easy Unit Testing - Web Mozarts - 0 views

  • Contrary to PHPUnit, lime tests are written in a procedural way.
  • Each test case is, by convention, introduced by a comment that explains the tests purpose.
  • requires you to initiate your fixture manually
  • ...7 more annotations...
  • sfLimeExtraPlugin introduces the new class lime_test_simple
  • @Test A test case @Before Executed before each test case @After Executed after each test case @BeforeAll Executed once before all test cases @AfterAll Executed once after all test cases
  • Currently the plugin is available in version 0.2.0alpha.
  • You can create stubs for interfaces, classes or abstract classes. You can even create stubs for non-existing classes, which is very convenient if you develop test-driven.
  • I personally think that tests can be written in a much more concise and readable way with sfLimeExtraPlugin.
  • Mock and Stub Objects
  • the code is not being considered 100% stable
1 - 4 of 4
Showing 20 items per page