summaryrefslogtreecommitdiff
path: root/tests/php/phpt/base/001.phpt
blob: 91175d737b1f0168705d8514a90cfc415b63719e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Test constructor & destructor
--SKIPIF--
<?php if (!extension_loaded("extention_for_tests")) print "skip"; ?>
--FILEEOF--
<?php

new TestBaseClass\MyClass();


echo PHP_EOL;
--EXPECT--
MyCustomClass::MyCustomClass()
MyCustomClass::~MyCustomClass